> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cogito.decart.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Qwen3 235B

> Alibaba's open-weight flagship — multilingual, tool-friendly, Apache 2.0.

Alibaba's open-weight flagship. Strong multilingual coverage and tool use at a price point that holds up against the proprietary mid-tier.

|                |                                                                                    |
| -------------- | ---------------------------------------------------------------------------------- |
| **Slug**       | `qwen-3-235b`                                                                      |
| **Parameters** | 235B MoE (\~22B active)                                                            |
| **Context**    | 262,144 tokens (256K)                                                              |
| **Throughput** | 70 tokens/sec                                                                      |
| **TTFT**       | 260ms                                                                              |
| **License**    | Apache 2.0                                                                         |
| **Pricing**    | [cogito.decart.ai/models/qwen-3-235b](https://cogito.decart.ai/models/qwen-3-235b) |

## Best for

* Multilingual agents (40+ languages with strong coverage)
* Coding agents and tool-heavy workflows
* Long-horizon planning where the cheap models stop being enough
* Workloads that require an unrestricted Apache 2.0 license

```python theme={null}
client.chat.completions.create(
    model="qwen-3-235b",
    messages=[{"role": "user", "content": "..."}],
)
```

<Note>
  This row is currently mock-backed — the live Qwen3 deployment is being provisioned. The catalog tile shows "Contact sales" until the upstream is up. [Talk to sales](https://cogito.decart.ai/enterprise#contact) if you need access ahead of GA.
</Note>
