AIAny
AI Model2026
Icon for item

Tess-4-27B

27B multimodal LLM post-trained to prioritize agentic, weight-scaled reasoning over 64K-token contexts. Built on Qwen3.6-27B and released with BF16 weights plus several GGUF quants; aimed at coding, long-document reasoning, tool use and multimodal inspection.

Introduction

Why this matters

Most LLMs either expend the same amount of “thinking” on every step or narrate internal deliberation as visible text. Tess-4-27B changes that tradeoff: it was post-trained on long (64K-token) agentic traces and distilled reasoning from a teacher ensemble so the model concentrates compute where decisions are hard and stays succinct on routine steps. For workflows that require sustained context, multi-step tool use, or structured engineering judgment, that difference shows up as fewer hallucinations, more targeted multi-step plans, and clearer verification steps.

Key Capabilities
  • Weight-scaled, agentic reasoning: post-training emphasizes deliberation only on high-value turns (planning, debugging, synthesis), producing structured private reasoning blocks and concise public answers.
  • Long-context handling: trained on 64K-token traces, enabling sustained work over large codebases, long documents, or multi-file engineering tasks without frequent context loss.
  • Multimodal inputs: inherits Qwen3.6 vision tower so it accepts images plus text (GGUF usage requires a separate vision projector file for local runtimes).
  • Tool and agent readiness: designed for parallel tool use and stepwise tool-driven workflows (reads codebases, proposes edits, runs verification loops).
  • Deployment formats: full BF16 safetensors (~52 GB) for transformers/vLLM and multiple GGUF quant variants (Q4_K_M ~16.5 GB, Q6_K ~22 GB, Q8_0 ~28 GB) plus a small mmproj vision projector for multimodal GGUF setups.
  • Inference optimizations: community-provided speculative-draft model (EAGLE3) and specialized NVFP4 quant to speed decoding and reduce footprint while preserving output characteristics.
Who it's for & tradeoffs

Great fit if you need a locally runnable model that reasons about engineering problems, maintains very long context windows, and integrates image inspection with code/document reasoning. It’s useful for exploratory code refactors, multi-step agentic tasks, and technical/product judgment where measured verification matters.

Look elsewhere if you require the absolute top-tier single-turn natural-language performance from the largest foundation models, or if you need an official corporate-supported production model with formal enterprise SLAs. Practical tradeoffs include a substantial full-precision size (BF16 ~52 GB) unless you use GGUF quants, a dependency on runtimes that support Qwen-family architectures, and the fact that its reasoning style is a distilled approximation of higher-tier models rather than direct access to those teachers.

Where it fits

Tess-4-27B sits between smaller local models that lack deep chain-of-thought capability and very large cloud-hosted models that offer raw scale. It’s a pragmatic choice for teams who want stronger structured reasoning and long-context abilities on on-prem or local hardware with quantized deployment options.

Short practical notes
  • Uses a private-reasoning chat template with explicit <think> blocks; tool wrappers and tokenizers that support the Qwen chat template will yield the smoothest experience.
  • Licensed under Apache-2.0 (inherited from the base Qwen model). Community benchmarks list it highly for locality-focused reasoning evaluations.

Information

Categories

More Items

Hugging Face
AI Video2026

Generates videos from text and image+text prompts using a 30B Mixture-of-Experts model tuned for embodied intelligence; includes a refiner and structured prompt rewriter, and supports diffusers/SGLang runtimes with multi-GPU inference.

Hugging Face
AI Model2026

Decides whether a user prompt should be executed locally on an edge small LLM or routed to a larger cloud model, emitting a deterministic pipe-separated decision string. A 51.7M micro-LLM fine-tuned with multi-task sequence generation to predict domain, complexity and code/math flags, optimized for ultra-low latency edge routing.

Hugging Face
AI Audio2026

Converts long-form multi-speaker audio/video into a compact, speaker-aware transcript with timestamps and anonymous speaker labels in one pass. Combines ASR and diarization in a single model, supports custom prompts/hotwords, and targets meetings, podcasts, interviews and long recordings.