OpenAIPaid API
text-embedding-ada-002
Embedding Model • Released 2022-12-15 • Last Verified 2025-02-01
text-embedding-ada-002 by OpenAI - Embedding Model for enterprise and developer workflows.
Context Window8k
LicenseProprietary
Deployment
Cloud Only
API AvailableYes (REST/SDK)
Benchmark Performance
MTEB61
Strengths
- •High accuracy
- •Fast inference
Limitations & Weaknesses
- •Closed source API
API Sample CodePython / REST
import openai
client = openai.OpenAI()
response = client.chat.completions.create(
model="text-embedding-ada-002",
messages=[
{"role": "system", "content": "You are a helpful expert assistant."},
{"role": "user", "content": "Explain quantum computing in 2 sentences."}
]
)
print(response.choices[0].message.content)Pricing Overview
$0.10 / 1M tokens
Prices subject to provider tiers and volume discounts. Check documentation for current token rates.
Model Tags
#embeddings#ada
Similar Models from OpenAI
OpenAI
Paid API
GPT-4o
Omnimodal LLM
GPT-4o by OpenAI - Omnimodal LLM for enterprise and developer workflows.
Context Window128k
MMLU88.7
Cloud Only
#flagship#omni
OpenAI
Freemium
GPT-4o mini
Lightweight LLM
GPT-4o mini by OpenAI - Lightweight LLM for enterprise and developer workflows.
Context Window128k
MMLU82
Cloud Only
#mini#fast
OpenAI
Paid API
OpenAI o3
Reasoning Model
OpenAI o3 by OpenAI - Reasoning Model for enterprise and developer workflows.
Context Window200k
AIME 202496.7
Cloud Only
#reasoning#math