Back to Models
text-embedding-3-large
openaiopenai/text-embedding-3-large
OpenAI text-embedding-3-large β high-quality embedding model with up to 3072 dimensions.
Context Length
8K
Max Output
--
Input Priceper 1M tokens
$0.156/ 1M tokens
Modalities
textβembedding
Pricing Breakdown
| Type | Rate |
|---|---|
| Input | $0.156 / 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": "openai/text-embedding-3-large",
"messages": [
{"role": "user", "content": "Summarize the key points from this input."}
]
}'