← Model libraryTry in Playground
Qwen3 Embedding 8B
State-of-the-art multilingual embeddings.
Input / 1M
$0.10
Output / 1M
—
Context
41K
EmbeddingqwenServerless
Ways to serve this model
ServerlessPer-token, zero cold starts. From $0.10/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-embedding-8b 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-embedding-8b",
"messages": [{"role": "user", "content": "Say hello in Spanish"}]
}'liveMaking request