OpenAI: GPT-3.5 Turbo 16k — AI model
OpenAI: GPT-3.5 Turbo 16k is a AI model from OpenAI, available through Hormouz via an OpenAI-compatible API with stable access from inside Iran.
This model offers four times the context length of gpt-3.5-turbo, allowing it to support approximately 20 pages of text in a single request at a higher cost. Training data: up...
Specs
| Vendor | OpenAI |
|---|---|
| Type | text |
| Context window | 16,385 tokens |
| Pricing | $3.00/M in · $4.00/M out |
| API | chat_completions |
| Capabilities | Tools |
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/gpt-3.5-turbo-16k",
"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