AIAny
AI Model2026
Icon for item

Qwen3.8-27B-FP8

Provides an FP8-post-trained 27B multimodal causal language model with a native vision encoder, large-context support (262,144 native, extensible to 1,000,000), controllable thinking-mode reasoning, and compatibility with common inference engines for deployment.

Introduction

Qwen3.8-27B-FP8 brings the Qwen3.8 family’s agentic and multimodal advances into a deployment-friendly 27B dense model by using fine-grained FP8 post-training quantization. The result is a compact artifact that preserves most of the full model’s capabilities—vision, video, long-horizon reasoning and multi-step agent execution—while being practical to serve with modern inference stacks.

Key Capabilities
  • Architecture and quantization: 27B parameters, 64 layers, 5120 hidden dim, and FP8 fine-grained post-training quantization with block size 128 — so you get a smaller memory footprint while retaining performance close to the original dense model.
  • Native vision and video: built-in vision encoder and video support, enabling image-to-text and hour-scale video understanding for visual math, chart reading, document QA and more.
  • Ultra-long context and agent control: natively supports 262,144 tokens (extensible toward 1,000,000 using YaRN/RoPE scaling). Thinking-mode is enabled by default with tunable reasoning_effort (xhigh/medium/low) and preserve_thinking to retain reasoning history — useful for multi-turn agentic workflows.
  • Integration and serving: released artifacts are compatible with Transformers, vLLM, SGLang, TokenSpeed and similar engines; recommended sampling presets and API examples are provided to simplify production deployments.
  • Benchmarks (high-level): shows substantial gains over prior 27B releases on coding and agentic tasks (examples: IFBench ~79.5, LiveCodeBench/LiveCodeBench-like scores high, MathVision with CI ~94.6, OmniDocBench ~91.1), indicating strong instruction following, multimodal reasoning and code/agent performance.
Who it's for and tradeoffs

Great fit if you need a compact, multimodal model that: integrates vision+text/video; runs agent-style multi-step tasks with preserved internal reasoning; and must be deployed with modern inference engines to balance throughput and cost. It’s well suited to developers building long-horizon agents, multimodal research, and production services that require large context windows.

Look elsewhere if you need the absolute top-of-stack accuracy regardless of serving cost (larger Max models may still be stronger in some benchmarks), or if your serving environment cannot support FP8 artifacts or the recommended inference frameworks. Also expect higher infrastructure demands when using the largest context lengths (memory and engineering to enable YaRN/RoPE overrides).

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.