AIAny
AI Model2026
Icon for item

Qwen3.6-27B-FP8

FP8-quantized 27B multimodal Qwen3.6 model weights in Hugging Face Transformers format — supports image/text/video inputs, native 262k token context (extensible to ~1M), and is compatible with vLLM/SGLang/KTransformers for efficient local serving and research.

Introduction

Why this matters

Quantizing a modern multimodal 27B model to fine-grained FP8 with block size 128 lets you keep near-original quality while reducing memory, storage, and inference cost — making a flagship Qwen3.6 variant practical to serve locally or on dedicated inference clusters. The release provides ready-to-run Transformers-format artifacts and deployment examples for multiple engines.

Key Capabilities
  • FP8 fine-grained quantization (block size 128). So what: achieves nearly identical performance to the full-precision variant while cutting memory and storage requirements, enabling denser GPU packing and lower serving costs.
  • Multimodal input support (image/text/video) with long-context reasoning. So what: lets you run VQA, document understanding, and long-horizon agent workflows without complex model surgery — native context up to 262,144 tokens and documented paths to extend toward ~1,010,000 tokens.
  • Engine compatibility and serving recipes. So what: tested examples and recommended commands for vLLM, SGLang, KTransformers and Hugging Face serving make integration into existing inference stacks straightforward.
  • Agent-focused features (thinking/preserve_thinking, MTP support). So what: designed for tool use and iterative agent workflows, with options to keep or suppress internal 'thinking' traces and settings tuned for agentic coding and tool calling.
Who it's for — and tradeoffs

Great fit if you need a high-capability, deployable multimodal LLM that balances inference cost and model quality: research labs, startups building on-prem or private-cloud inference, or teams prototyping agentic applications that require long context and vision. Look elsewhere if you require a production-grade, fully-managed API with SLAs (this is an open-weight artifact to run in your stack), or if you need the absolute top-tier accuracy that only much larger dense models may deliver on some benchmarks.

Where it fits

Practically, this artifact is the FP8-weight variant of the Qwen3.6 family — it bridges between full-precision flagship releases (higher quality at greater cost) and smaller quantized models (lower capability). Use it when you want close-to-27B performance with materially reduced serving resource needs.

Information

Categories

More Items

Hugging Face
AI Model2026

A dynamically quantized GGUF build of Ornith-1.5-35B optimized for agentic code-fixing and multi-turn conversations: targets 4-bit/≈22GB deployments, includes a vision projector, a custom importance matrix and a concise chat template.

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

Hugging Face
AI Model2026

A large open-weights MoE language model for complex coding, long-horizon agentic workflows, and cyber/security evaluations; post-trained from the GLM-5 family with substantial gains over GLM-5.2. Provides FP8/BF16 checkpoints and native support for very long contexts (up to 1M tokens).