
Text Embedding V3
text-embedding-v3Embed·—Tongyi multilingual text embedding v3; 1024 dims default (configurable 64-1024), up to 8192 tokens per input
Description
Tongyi multilingual text embedding v3; 1024 dims default (configurable 64-1024), up to 8192 tokens per input
Available Providers
AllToken can route requests to the providers below based on route priority and policy.
Best For
Tongyi multilingual text embedding v3; 1024 dims default (configurable 64-1024), up to 8192 tokens per input
How To Use This Model
Use the exact model ID shown below. This is the safest way to avoid call failures, variant mismatches, or incorrect route assumptions.
curl https://api.alltoken.ai/v1/chat/completions \
-H "Authorization: Bearer sk-your-key" \
-H "Content-Type: application/json" \
-d '{
"model": "text-embedding-v3",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'temperaturetop_pmax_tokensLet the platform choose the best provider path automatically.
If a request does not specify a model, default the key to text-embedding-v3.
Always override incoming requests and lock the key to text-embedding-v3.