1,256 10 hours ago

๐Ÿ˜ˆ Uncensored Qwen3.8-27B Vision (27.3B โ€ข Q4_K_M) for Ollama. ๐Ÿ‘๏ธ Multimodal Vision AI with CLIP-ViT, Thinking, MTP, Tool Calling, Rust 1.98.0 Image Analysis, GGUF & local AI development. Medic๐Ÿš€ #16HEX Matrix / Nightshift Heretic.

vision
ollama run jikepjikep_16HEX/qwen3.8-27b-nightshift-heretic-uncensored-q4

Details

10 hours ago

27876ea44b6d ยท 18GB ยท

qwen35
ยท
27.3B
ยท
Q4_K_M
clip
ยท
461M
ยท
F16
{{ if .System }}<|im_start|>system {{ .System }}<|im_end|> {{ end }}{{ if .Prompt }}<|im_start|>user
Jesteล› Gล‚รณwnym Architektem Wschodniej Szkoล‚y IT (16 HEX, 2^4) โ€“ Wielomodalny Sensor Logiczno-I
{ "min_p": 0.0625, "num_ctx": 32768, "num_predict": 8192, "repeat_penalty": 1.0625,

Readme

๐Ÿ‘๏ธ Qwen3.8-27B Vision โ€ข Nightshift Heretic MTP

Multimodal Vision Language Model 27.3B Parameters โ€ข CLIP-ViT Vision Projector โ€ข MTP โ€ข Q4_K_M โ€ข #16HEX Matrix Engine

โšก Architecture Specification

Parameter Value
Base Architecture qwen35
Model Parameters 27.3B
Embedding Length 5120
Vocabulary Size 248,320
Primary Modality Text + Vision
Vision Projector CLIP-ViT
Projector Parameters 460.73M
Projector Precision F16
Projector Embedding 1152
Projector Dimensions 5120
Weight Quantization GGUF Q4_K_M
Model Context 262,144 tokens
Current Ollama Context 32,768 tokens
Capabilities Thinking โ€ข Vision โ€ข Tools โ€ข Completion
Variant Uncensored / Heretic / MTP
Matrix Profile #16HEX

๐Ÿง  Reasoning & MTP

Qwen3.8-27B Vision is configured as a multimodal reasoning model combining text understanding, visual analysis, tool interaction and extended-context processing.

The MTP (Multi-Token Prediction) variant is designed around multi-token prediction capabilities, providing an additional optimization layer for efficient inference and speculative-decoding-oriented workflows where supported by the runtime.

#16HEX Principle: high information density, controlled sampling and structured reasoning with minimal generative noise.

๐Ÿ‘๏ธ Vision Engine

The model integrates a dedicated CLIP-ViT vision projector with 460.73M parameters, connecting visual representations to the modelโ€™s 5120-dimensional language representation space.

Supported multimodal workflows include:

  • ๐Ÿ–ผ๏ธ Image Understanding โ€” visual question answering, image interpretation and structured visual reasoning.
  • ๐Ÿ“Š Charts & Diagrams โ€” extraction and interpretation of information contained in graphs, diagrams and technical visuals.
  • ๐Ÿ“„ Documents & Screenshots โ€” analysis of screenshots, scanned documents and visually structured information.
  • ๐Ÿ” Visual Inspection โ€” identification and description of objects, layouts, relationships and visible anomalies.
  • ๐Ÿ’ป Technical Vision โ€” interpretation of software interfaces, architecture diagrams and engineering graphics.

Important: Vision capability does not imply guaranteed expert-level accuracy in specialized domains. Outputs should be independently verified when precision is critical.

๐Ÿ› ๏ธ Tools, Thinking & Completion

The Ollama model profile exposes four primary capabilities:

Tools โ€ข Thinking โ€ข Vision โ€ข Completion

This makes the model suitable for local multimodal workflows involving:

  • ๐Ÿ”ง Tool Calling
  • ๐Ÿง  Reasoning & Thinking
  • ๐Ÿ‘๏ธ Image Analysis
  • ๐Ÿ’ป Technical & Coding Assistance
  • ๐Ÿ“š Long-Context Document Analysis
  • ๐Ÿงฉ Structured Information Extraction
  • โš™๏ธ Local AI Agents & Automation

Capabilities depend on the runtime, frontend and tool interface used with the model.

โš™๏ธ #16HEX Optimal Sampler Configuration

Controlled reasoning profile:

temperature    : 0.20
top_k          : 16
top_p          : 0.95
min_p          : 0.05
repeat_penalty : 1.10
num_ctx        : 32768
num_predict    : 8192

๐ŸŽฏ Sampling Objective

The configuration prioritizes:

  • low sampling entropy
  • deterministic-style generation
  • reduced conversational noise
  • stable technical responses
  • controlled token distribution
  • consistent reasoning behavior

temperature=0.20 provides a deliberately conservative generation profile, while top_k=16, top_p=0.95 and min_p=0.05 constrain probability mass without forcing fully deterministic decoding.

๐Ÿงฎ Context Architecture

The model declares a maximum context capability of:

262,144 tokens

The current Ollama configuration uses:

32,768 tokens (num_ctx=32768)

These values represent different layers of the configuration:

Model Context Capability : 262,144 tokens
Current Ollama Context   : 32,768 tokens
Maximum Generation       : 8,192 tokens

This distinction keeps the published model specification separate from the currently configured inference window.

๐Ÿ’ป Coding & Technical Workflows

The model is suitable for local AI workflows involving:

  • ๐Ÿฆ€ Rust
  • ๐Ÿ’ป C / C++
  • ๐Ÿ Python
  • ๐Ÿง  Algorithmic Reasoning
  • ๐Ÿ”ง Code Analysis & Refactoring
  • ๐Ÿž Debugging
  • ๐Ÿ—๏ธ Software Architecture
  • ๐Ÿ“ Mathematical & Logical Analysis
  • ๐Ÿ“Š Technical Documentation
  • ๐Ÿ–ฅ๏ธ Local AI Development

Programming-language support is an application capability rather than a separate architectural component of the model.

๐Ÿ”ฌ Technical & Analytical Workloads

The 27.3B-parameter model combined with vision, thinking and tool capabilities is positioned for:

  • ๐Ÿ” Technical document analysis
  • ๐Ÿ“‘ Structured data extraction
  • ๐Ÿง  Logical reasoning
  • ๐Ÿ“ Mathematical problem solving
  • ๐Ÿ–ผ๏ธ Multimodal analysis
  • ๐Ÿ’ป Software engineering
  • ๐Ÿงฉ Agentic workflows
  • โš™๏ธ Local automation
  • ๐Ÿ“š Long-context research
  • ๐Ÿ”ฌ Open-source AI experimentation

๐Ÿ”“ Uncensored / Heretic Variant

This release is identified as an Uncensored / Heretic variant.

The designation describes the model variant and its intended behavior profile; it should not be interpreted as a guarantee of zero refusals, unrestricted execution or removal of every possible safety behavior.

๐Ÿ” Local AI & Privacy

When operated locally through Ollama or another local inference runtime, model inference can be performed directly on the userโ€™s hardware without requiring prompts or images to be transmitted to a third-party cloud inference API.

Actual privacy characteristics depend on the runtime, frontend, plugins, network configuration and external tools used around the model.

๐Ÿ“ฆ Quantization

The language model weights use:

GGUF Q4_K_M

This quantization provides a practical balance between:

  • model size
  • RAM / VRAM requirements
  • inference performance
  • numerical precision
  • local deployment efficiency

The dedicated vision projector is maintained separately at F16 precision.

๐Ÿงฌ Model Identity

Model        : Qwen3.8-27B Vision
Parameters   : 27.3B
Architecture : qwen35
Quantization : Q4_K_M
Vision       : CLIP-ViT
Projector    : 460.73M / F16
Embedding    : 5120
Context      : 262K
Ollama ctx   : 32K
Thinking     : โœ“
Vision       : โœ“
Tools        : โœ“
Completion   : โœ“
MTP          : โœ“
Variant      : Uncensored / Heretic

๐Ÿง  #16HEX Matrix Engine

16HEX represents the deployment philosophy behind this build:

Precision โ†’ Density โ†’ Control โ†’ Local Execution

The objective is not maximum verbosity. The objective is high information density, controlled inference and technically useful output.

0โ€“9  โ†’ Technical parameters, measurable specifications, configuration
Aโ€“F  โ†’ Optimization, reasoning, architecture and system synergy

๐Ÿš€ Recommended Use Cases

Qwen3.8-27B Vision โ€ข Nightshift Heretic MTP is optimized as a general-purpose local multimodal model for:

AI Coding โ€ข Vision AI โ€ข Reasoning โ€ข Tool Calling โ€ข Technical Analysis โ€ข Image Understanding โ€ข Document Analysis โ€ข Local Agents โ€ข Automation โ€ข Research โ€ข Open-Source AI

Qwen3.8 โ€ข Qwen 3.8 27B โ€ข 27.3B โ€ข Qwen Vision โ€ข Qwen 27B Vision โ€ข Multimodal AI โ€ข Vision Language Model โ€ข VLM โ€ข Image Analysis โ€ข Computer Vision โ€ข CLIP-ViT โ€ข CLIP Vision Projector โ€ข 460.73M Projector โ€ข F16 Projector โ€ข Q4_K_M โ€ข GGUF โ€ข Ollama โ€ข Local AI โ€ข Private AI โ€ข Offline AI โ€ข Thinking Model โ€ข Reasoning AI โ€ข Tool Calling โ€ข AI Coding โ€ข Code Generation โ€ข Long Context โ€ข 262K Context โ€ข MTP โ€ข Multi-Token Prediction โ€ข Speculative Decoding โ€ข Uncensored AI โ€ข Heretic Model โ€ข Open Source AI โ€ข 16HEX

๐Ÿท๏ธ

qwen3.8 27b 27.3b vision multimodal vlm clip-vit vision-projector f16 q4_k_m gguf ollama thinking reasoning tools tool-calling completion mtp multi-token-prediction speculative-decoding uncensored heretic local-ai offline-ai coding image-analysis long-context 262k 16hex


โš ๏ธ Model Positioning

Qwen3.8-27B Vision โ€ข Nightshift Heretic MTP is an experimental local AI build intended for multimodal inference, reasoning, coding, vision analysis and open-source AI research.

Always validate model output independently when using it for medical, legal, financial, security-critical or other high-consequence decisions.

Built for local inference. Built for multimodal reasoning. Built around the #16HEX philosophy.

๐Ÿ˜Ž 16 HEX MATRIX ๐Ÿ˜ˆ

If the Nightshift Heretic ๐Ÿ˜ˆ models are useful to you and you would like to support 16 HEX Matrix / Eastern IT School, you can buy me a coffee with Monero (XMR).

๐ŸŸฃ Monero (XMR)

Network: Mainnet

XMR Address:

44DffaT4GKhWDSRxP1FCPfYJbvUXqciDbgMYxnTnNif9Pm5qP4haCmHh8ePEXxQCQRLKNhhnqW8FgDV9UNah7z5CGcBCBQd

Copy the address above and paste it into your Monero wallet.

๐Ÿช™ New to Monero?

Official Monero resources:

Official Monero Downloads: https://www.getmonero.org/downloads/

Monero Documentation: https://docs.getmonero.org/

XMR exchange services:

FixedFloat: https://ff.io/

ChangeNOW: https://changenow.io/

โšก SIMPLE FLOW

Get XMR โ†’ Copy the address โ†’ Send XMR โ†’ Support local AI development.

Your support helps fund the development, testing, hardware and maintenance of the 16 HEX Matrix / Eastern IT School Nightshift Heretic ๐Ÿ˜ˆ local AI model series.

Thank you for supporting independent local AI development. ๐Ÿง โšก