Back to all models
OpenAI
text-embedding-3-large
用于广泛自然语言处理任务的大型文本嵌入模型。
Vendor
OpenAI
Category
Large Language Model API
Pricing
Input price / 1M tokens
$0.260
Output price / 1M tokens
$0.260
Supported endpoints
openaiQuick start
OpenAI-compatible — just change base_url to treeRouter to use this model:
curl https://treerouter.com/v1/chat/completions \
-H "Authorization: Bearer $TREEROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "text-embedding-3-large",
"messages": [{"role": "user", "content": "Hello"}]
}'