Back to Models
Qwen: Qwen3.5 397B A17B
qwen/qwen3.5-397b-a17bFeb 16, 2026262.1K context65.5K max output$0.60/M in · $3.60/M outReasoning
Description
The Qwen3.5 series 397B-A17B native vision-language model is built on a hybrid architecture that integrates a linear attention mechanism with a sparse mixture-of-experts model, achieving higher inference efficiency. It delivers state-of-the-art performance comparable to leading-edge models across a wide range of tasks, including language understanding, logical reasoning, code generation, agent-based tasks, image understanding, video understanding, and graphical user interface (GUI) interactions. With its robust code-generation and agent capabilities, the model exhibits strong generalization across diverse agent.
Specifications
Provider
qwen
Context Length
262.1K
Max Output
65.5K
Modality
Intextimagevideo
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.60 |
| Output | $3.60 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen/qwen3.5-397b-a17b",
"messages": [{"role": "user", "content": "Hello!"}]
}'