- Model
Qwen/Qwen3-235B-A22B- Provider
huggingface- API
openai-completions- Base URL
https://router.huggingface.co/v1- Input
- text
- Reasoning
- Yes
- Context window
- 40,960
- Max tokens
- 16,384
- Cost / million input
- $0.2
- Cost / million output
- $0.8
- Cost / million cache read
- $0
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"huggingface": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "Qwen/Qwen3-235B-A22B",
"name": "Qwen3 235B-A22B",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 40960,
"maxTokens": 16384,
"cost": {
"input": 0.2,
"output": 0.8,
"cacheRead": 0,
"cacheWrite": 0
},
"compat": {
"supportsDeveloperRole": false
}
}
],
"api": "openai-completions",
"baseUrl": "https://router.huggingface.co/v1"
}
}
}