OpenAI: Text Embedding 3 Small — AI model
OpenAI: Text Embedding 3 Small is a AI model from OpenAI, available through Hormouz via an OpenAI-compatible API with stable access from inside Iran.
text-embedding-3-small is OpenAI's improved, more performant version of the ada embedding model. Embeddings are a numerical representation of text that can be used to measure the relatedness between two pieces...
Specs
| Vendor | OpenAI |
|---|---|
| Type | embedding |
| Context window | 8,192 tokens |
| Pricing | $0.02/M in · $0.00/M out |
| API | embeddings |
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-3-small",
"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