- Model
@cf/qwen/qwen3-30b-a3b-fp8- Provider
cloudflare-workers-ai- API
openai-completions- Base URL
https://api.cloudflare.com/client/v4/accounts/{CLOUDFLARE_ACCOUNT_ID}/ai/v1- Input
- text
- Reasoning
- Yes
- Context window
- 32,768
- Max tokens
- 32,768
- Cost / million input
- $0.0509
- Cost / million output
- $0.335
- Cost / million cache read
- $0
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"cloudflare-workers-ai": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "@cf/qwen/qwen3-30b-a3b-fp8",
"name": "Qwen3 30B A3b fp8",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 32768,
"maxTokens": 32768,
"cost": {
"input": 0.0509,
"output": 0.335,
"cacheRead": 0,
"cacheWrite": 0
},
"compat": {
"sendSessionAffinityHeaders": true
}
}
],
"api": "openai-completions",
"baseUrl": "https://api.cloudflare.com/client/v4/accounts/{CLOUDFLARE_ACCOUNT_ID}/ai/v1"
}
}
}