Back to Models
OpenAI: Text Embedding Ada 002
openai/text-embedding-ada-002Oct 30, 20258.2K context$0.10/M in · —/M out
Description
text-embedding-ada-002 is OpenAI's legacy text embedding model.
Specifications
Provider
openai
Context Length
8.2K
Max Output
—
Modality
Intext
Outembeddings
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.10 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "openai/text-embedding-ada-002",
"messages": [{"role": "user", "content": "Hello!"}]
}'