text-embedding-3-large· Released Oct 30, 2025
openai/text-embedding-3-large
text-embedding-3-large is OpenAI's most capable embedding model for both english and non-english tasks. Embeddings are a numerical representation of text that can be used to measure the relatedness between two...
Input
From$0.10725/M
Output
—
Context
Up to 8K
Max output
—
Modalities
TextEmbeddingsInput and output show the lowest price across upstreams, for reference. Your actual prices are listed per upstream below.
Upstreams & pricing
| Upstream | Context | Max output | Input $/1M | Output $/1M |
|---|---|---|---|---|
Zenlayer AI Gateway-openai_compat (Global)From price | 8K | — | $0.10725 | — |
Routed in real time — you pay the listed price of whichever upstream serves your call.
How to call
curlrequest.sh
curl https://api.tkex.ai/v1/chat/completions \
-H "Authorization: Bearer $TX_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "openai/text-embedding-3-large",
"messages": [
{"role": "user", "content": "Say hello in five words."}
]
}'