All models
Qwen: Qwen3 Coder 30B A3B
qwen/qwen3-coder-30b-a3bby Qwentext
Efficient mixture-of-experts coding model with 3B active parameters, built for repository-scale code understanding and agentic coding.
- Input
- $0.15/M
- Output
- $0.6/M
- Context
- 262K tokens
- Max output
- 16K tokens
- Released
- Sep 2025
Providers
| Provider | Model ID | Input | Output | Context |
|---|---|---|---|---|
| Amazon Bedrock | qwen.qwen3-coder-30b-a3b-v1:0 | $0.15/M | $0.6/M | 262K |
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-coder-30b-a3b",
"messages": [{"role": "user", "content": "What is the meaning of life?"}]
}'