Model ID:
qwen/qwen3.8-27b | Endpoint ID: qwen-3-8-27b | Parameters: 27B (dense) | Released: 2026-08-20Overview
Built on the architectural foundation of Qwen3.5, Qwen3.8 delivers substantial gains across coding, professional work, research, and long-horizon agentic tasks. Qwen3.8-27B brings these advances to a compact, deployment-friendly dense model: a native vision-language model that understands images and videos, with flexible thinking control, designed to carry complex, multi-step tasks through to completion with greater reliability.Air API Playground
Try the model in the playground.
Deploy with Container
Deploy with AIR Container.
OpenAI Compatible API
Connect with the OpenAI SDK as-is.
Pricing
Supported Features
All features are available through the OpenAI Compatible API.When streaming, this model returns reasoning in the
reasoning_content delta field rather than reasoning.Key Features
- Native vision-language model — understands images and video without a separate adapter
- Flexible thinking control: turn reasoning on or off, and tune its depth with
reasoning_effort - Reasoning from previous turns can be preserved to keep multi-step decisions consistent
- Long-context inference up to 262,144 tokens, with up to 131,072 output tokens
- Strong agentic coding and tool use across multi-step tasks
- Multilingual across 13 languages including Korean, English, Chinese, and Japanese
- Served in BF16 for full-precision quality
Use Cases
Agentic Coding
Work through a repository across multiple steps rather than answering a single question.Document and Chart Understanding
Read charts, tables, scanned documents, and technical diagrams from images.Video Understanding
Summarize long-form video and answer questions about what happens in it.Parameters
Model Details
Quick Start
1
Get your API key
Generate an API key from your AirCloud account.
2
Run the code
Replace
YOUR_API_KEY with your actual key and choose your preferred language (Python, cURL, Node.js).
