text-embedding-ada-002· Released Oct 30, 2025
openai/text-embedding-ada-002
text-embedding-ada-002 is OpenAI's legacy text embedding model.
Input
From$0.0825/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.0825 | — |
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-ada-002",
"messages": [
{"role": "user", "content": "Say hello in five words."}
]
}'