OpenAI: Text Embedding 3 Large — AI model
OpenAI: Text Embedding 3 Large is a AI model from OpenAI, available through Hormouz via an OpenAI-compatible API with stable access from inside Iran.
text-embedding-3-large is OpenAI's most capable embedding model for both english and non-english tasks. Embeddings are a numerical representation of text that can be used to measure the relatedness between two...
Specs
| Vendor | OpenAI |
|---|---|
| Type | embedding |
| Context window | 8,192 tokens |
| Pricing | $0.13/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-large",
"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