Qwen3.8-27B Lands on a Single GPU: Ollama, MTP, and Agent Wiring
A 27B multimodal model that runs on one consumer GPU lowers the hardware floor for local agent workflows. The Anthropic-compatible API means Claude Code can drive it directly, and the MTP variant pushes token throughput further on the same hardware.
Qwen3.8-27B, a multimodal dense model with 256K context, ships alongside the much larger MoE-based Qwen3.8-Flash-Next. Flash-Next demands over 100 GB of VRAM even at Q4, so single-GPU deployment is off the table. The 27B dense variant, by contrast, fits a single consumer card at Q4_K_M quantization (~18 GB).
Ollama provides the smoothest path, with ready-made quantized versions including a multi-token prediction (MTP) variant and an NVFP4 quant for RTX 5090 owners — though the NVFP4 quant still needs MLX backend work on Linux. The model exposes both OpenAI- and Anthropic-compatible APIs, tested here with text chat, image understanding, and agent wiring into Claude Code and DeepSeek Harness.
The practical upshot: a 27B-class multimodal model that handles Chinese and English, vision, and tool-calling, all on a single GPU, with straightforward Ollama commands and standard API drop-in for coding agents.
The gap between the dense 27B and the MoE Flash-Next is stark: one runs on a single GPU today, the other needs a cluster. This bifurcation is becoming the norm as MoE models scale parameter counts faster than consumer VRAM.
Ollama's MTP quant variant is notable — multi-token prediction can increase throughput without a larger model, and having it pre-packaged lowers the experimentation barrier.
The Anthropic-compatible API on a local model is a concrete bridge: Claude Code can now drive a self-hosted Qwen model with no cloud dependency, which matters for air-gapped or cost-sensitive agent workflows.