All models
Qwen: Qwen3 32B
qwen/qwen3-32bby Qwentext
Dense 32B model with hybrid thinking, solid multilingual ability and good instruction following at a low price.
- Input
- $0.15/M
- Output
- $0.6/M
- Context
- 131K tokens
- Max output
- 16K tokens
- Released
- Sep 2025
Providers
| Provider | Model ID | Input | Output | Context |
|---|---|---|---|---|
| Amazon Bedrock | qwen.qwen3-32b-v1:0 | $0.15/M | $0.6/M | 131K |
API
Use any OpenAI-compatible SDK. Create a key in your dashboard.
shell
curl https://getopentoken.com/v1/chat/completions \
-H "Authorization: Bearer $OPEN_TOKEN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen/qwen3-32b",
"messages": [{"role": "user", "content": "What is the meaning of life?"}]
}'