QwenBudget
Qwen3 Coder 30B
qwen/qwen3-coder-30b-a3b-instruct
Reliable low-cost open model; routes via the gateway.
Context
160K
tokens
Tier
Budget
billed per use
Latency class
medium
typical speed
Billing
credits
tier multiplier
Capabilities
texttoolsstructured
Call this model via the API
OpenAI-compatible — point any OpenAI SDK at our base URL and use the model id above.
curl https://trismegistus.app/api/v1/chat/completions \
-H "Authorization: Bearer $TRISMEGISTUS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen/qwen3-coder-30b-a3b-instruct",
"messages": [{"role": "user", "content": "Hello!"}]
}'