← Model libraryTry in Playground
Qwen3.8 Flash
Balanced multimodal model for production chat.
Input / 1M
$0.40
Output / 1M
$1.60
Context
262K
VisionqwenServerless
Ways to serve this model
ServerlessPer-token, zero cold starts. From $0.40/M input.Start serverless →Dedicated deploymentReserved GPUs from $40/hr. Full speed control, scale-to-zero, your region.Create deployment →LoRA fine-tuneThis model is not tunable yet.Start training →
Live model traffic — last 24h
Requests to runaii/qwen3.8-flash across the fleet, from the live meter.
Requests
…
Tokens
…
Spend
…
Quickstart
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-flash",
"messages": [{"role": "user", "content": "Say hello in Spanish"}]
}'liveMaking request