Qwen flagship. Multilingual strength and dense world knowledge.
Input / 1M
$2.00
Output / 1M
$6.00
Context
262K
Published evaluation scores (higher is better). Measured output speed on our fleet, Standard tier.
SWE-bench Verified
69.5%
Real GitHub issues
GPQA Diamond
74.8%
PhD-level science
MMLU Pro
83%
Knowledge & reasoning
AIME 2025
91.3%
Competition math
IFEval
90.6%
Instruction following
Output speed
104
tok/s on runaii
Requests to runaii/qwen3.8-max across the fleet, from the live meter.
Requests
…
Tokens
…
Spend
…
OpenAI SDK (change the base URL) or the Anthropic SDK — both speak runaii.cloud natively.
curl https://api.runaii.cloud/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $RUNAII_API_KEY" \
-d '{
"model": "runaii/qwen3.8-max",
"messages": [{"role": "user", "content": "Say hello in Spanish"}]
}'