Available Models
qwen3.6-35b-a3b
Best for: Agentic tasks, complex multi-step reasoning, code generation, instruction following.
This is the recommended model for most agentic and coding use cases. It handles tool calling reliably, supports
structured output, and performs well in long agentic sessions.
qwen3.5-35b-a3b
Best for: Agentic tasks, complex multi-step reasoning, code generation, instruction following.
The Mixture of Experts architecture activates only a subset of parameters per token, providing strong reasoning
capability at lower latency than a dense 35B model. It handles tool calling reliably and performs well in long agentic
sessions.
Choosing a Model
API Usage
Specify the model ID in themodel field of your request:
Notes
- All models support the
/v1/chat/completionsendpoint with streaming ("stream": true). - All models support text and image inputs, text outputs, tool calling, structured outputs, and reasoning.
- Context window limits are enforced server-side. If your input exceeds the limit, the request will return an error.
- The model catalog may expand during beta.