AIAny
AI Model2026
Icon for item

Qwen3.8-27B

A 27B-parameter causal language model with a native vision encoder for image/video+text understanding, long-horizon agentic tasks, and tunable thinking-mode reasoning. Native 262,144-token context (extensible to 1,000,000) and production-focused inference recipes.

Introduction

Qwen3.8-27B matters because modern multimodal workflows increasingly demand a single model that can (1) read visual inputs, (2) keep very long context, and (3) carry multi-step agentic procedures to completion. This release brings those capabilities into a deployment-friendly 27B dense model with explicit controls for internal reasoning and preserved reasoning traces for multi-turn agents.

Key Capabilities
  • Multimodal understanding: native image and video encoder that handles STEM diagrams, documents, and hour-scale videos; video sampling defaults (fps=2) but can be adjusted by inference engines. This removes the need to stitch separate vision and language models for many tasks.
  • Long-context and scaling: natively supports 262,144 tokens and provides documented procedures (YaRN / RoPE scaling) to extend to ~1,000,000 tokens for long-horizon tasks, with recommended framework overrides for vLLM, SGLang, and TokenSpeed.
  • Tunable thinking/reasoning control: thinking-mode is enabled by default (reasoning output emitted before the final answer); users can disable thinking or adjust reasoning depth via reasoning_effort (xhigh/medium/low) and preserve_thinking to retain or trim historical reasoning traces.
  • Agentic and coding strengths: strong performance on agentic coding and long-horizon benchmarks (examples: QwenSWEBench ~79.0, Terminal Bench ~73.0, IFBench instruction-following ~79.5), and multimodal agent tool-use (ClawEval-MM Pass@3 ~57.4). These metrics show the model's focus on end-to-end task execution rather than only next-token perplexity.
  • Deployment-ready: released artifacts in Hugging Face Transformers format with FP8 quantized variants and cookbooks/recipes for SGLang, vLLM, and TokenSpeed; recommended sampling defaults for thinking vs. instruct modes are provided for production consistency.
Who It's For and Trade-offs

Great fit if you need a single deployable model to drive multimodal agents, end-to-end application recreation, or long-horizon coding workflows where preserved internal reasoning and long context are valuable. It is especially practical when you want an easier on-prem or cloud deployment (27B dense) with existing inference-engine support (vLLM, SGLang, TokenSpeed).

Look elsewhere if you require the absolute top-tier parameter-count leaderboards (models >30B/100B), strict minimal-latency microservices where even a 27B dense model is too heavy, or if you need an ecosystem-locked managed API rather than self-hosted weights. Also plan for larger memory and throughput needs when using multi-hundred-thousand to million-token contexts.

Where It Fits

Qwen3.8-27B sits between compact instruction-tuned LLMs and much larger Max/Plus-tier multi-hundred-billion models: it trades parameter scale for a balanced combination of multimodal capability, agentic reliability, and practical deployability. For teams needing production-grade multimodal agents without moving to very large sparse/mixture models, it is a pragmatic choice.

More Items

Hugging Face
AI Model2026

Multimodal vision-language model optimized for on-device image+text tasks: image captioning, full-page OCR with layout annotation, grounding/bounding-box prediction, and function calling. Built on the LFM2.5-2.6B backbone with a SigLIP2 NaFlex 400M vision encoder and tuned for low-latency, low-memory edge inference.

Hugging Face
AI Model2026

A 27B Qwen3.8 vision‑language causal transformer quantized to NVFP4 for lower‑memory inference. Provides 262K native context (extensible to 1M), Unsloth Dynamic V3.0 4‑bit quantization and MTP support so Qwen3.8‑class multimodal workloads can run on 24GB‑class GPUs.

Hugging Face
AI Model2026

Multimodal Mixture-of-Experts text-generation model that accepts text, images, video and audio and returns text; preview open-weight release with 280B total params, 16B activated params, up to 512K token context and BF16/FP8 checkpoints under Apache-2.0.