Qwen3 8B embedding model for text embedding tasks with a 32,768 token context window.
Upstream Providers
ZDR only
DeepInfra
deepinfra
In$0.01Out$0
No ZDR
API Details
Uptime & Health
No uptime data yet
These providers haven't been health-probed for this model yet. The router still routes around upstreams that fail live requests — uptime fills in once probe history accrues.
Code samplesall endpoints & SDKs
POST /api/v1/embeddings
curl https://anyrouter.dev/api/v1/embeddings \
-H "Authorization: Bearer $ANYROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen/qwen3-embedding-8b",
"input": "The quick brown fox jumps over the lazy dog"
}'No API key yetSet
ANYROUTER_API_KEY — Dashboard → KeysRequest examplereflects the filters above
{
"model": "qwen/qwen3-embedding-8b",
"messages": [
{
"role": "user",
"content": "Say hi in 3 words."
}
]
}Change sort, ZDR, effort, or pin a provider to add routing params.