OpenAI: Text Embedding Ada 002 — AI model

OpenAI: Text Embedding Ada 002 is a AI model from OpenAI, available through Hormouz via an OpenAI-compatible API with stable access from inside Iran.

text-embedding-ada-002 is OpenAI's legacy text embedding model.

Specs

VendorOpenAI
Typeembedding
Context window8,192 tokens
Pricing$0.10/M in · $0.00/M out
APIembeddings

Code example

curl https://api.hormouz.net/v1/chat/completions \
  -H "Authorization: Bearer ng-YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/text-embedding-ada-002",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Use via Hormouz

Connect to this model and 450+ others with one API key — stable under heavy load and optimized for Iran.

Get started

Related models