Skip to content

Qwen 3.6 27B

Qwen 3.6 27B is a Qwen 3.6 native vision-language model from Alibaba built on a hybrid linear-attention plus sparse mixture-of-experts architecture, with a context window of 256K tokens and improvements in agentic coding, math and code reasoning, spatial intelligence, and object detection.

ReasoningTool UseImplicit CachingFile InputVision (Image)
index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'alibaba/qwen3.6-27b',
prompt: 'Why is the sky blue?'
})

Frequently Asked Questions

  • What architecture does Qwen 3.6 27B use?

    Qwen 3.6 27B is built on a hybrid architecture that integrates linear attention mechanisms with a sparse mixture-of-experts framework. The combination is designed to keep inference efficient at long context while preserving the capability profile of a larger network.

  • How does Qwen 3.6 27B compare to the prior Qwen 3.5-35B-A3B generation?

    Alibaba positions Qwen 3.6 27B as a clear step up from the 3.5-35B-A3B generation, with significantly improved agentic coding, mathematical and code reasoning, spatial intelligence, and object localization and detection performance.

  • What modalities does Qwen 3.6 27B accept?

    Qwen 3.6 27B is a native vision-language model. It accepts interleaved text and images within a single context window of up to 256K tokens, and supports file input alongside text and vision.

  • Does Qwen 3.6 27B support tool calling?

    Yes. Qwen 3.6 27B is tagged for tool use and is tuned for agentic coding workflows. The model can select and invoke registered functions across multi-turn sessions through AI Gateway.

  • How do I access Qwen 3.6 27B through AI Gateway?

    Authenticate with an AI Gateway API key or OIDC token and reference `alibaba/qwen3.6-27b` as the model. You can call Qwen 3.6 27B through AI SDK, Chat Completions API, Responses API, Messages API, or other API formats, from TypeScript or Python.

  • Does Qwen 3.6 27B support zero data retention?

    Zero Data Retention is not currently available for this model. Zero Data Retention is offered on a per-provider basis. See https://vercel.com/docs/ai-gateway/capabilities/zdr for details.

  • Where can I see live latency and cost data for Qwen 3.6 27B?

    This page shows live throughput, time-to-first-token, and pricing metrics for Qwen 3.6 27B measured across real AI Gateway traffic.