Back to Models
Embedding 3
zhipuzhipu/embedding-3
Zhipu AI Embedding 3 β latest text embedding model. Default 2048-dim, supports custom dimensions (256, 512, 1024, 2048).
Context Length
3K
Max Output
--
Input Priceper 1M tokens
$0.120/ 1M tokens
Modalities
textβembedding
Pricing Breakdown
| Type | Rate |
|---|---|
| Input | $0.120 / 1M tokens |
Supported Parameters
inputdimensionsencoding_formatuser
API Usage Examples
Use the global api.therouter.ai endpoint shown below for new integrations; the legacy China accelerated endpoint is retired.
cURL
curl https://api.therouter.ai/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer $THE_ROUTER_API_KEY" -d '{
"model": "zhipu/embedding-3",
"messages": [
{"role": "user", "content": "Summarize the key points from this input."}
]
}'