OpenAI: GPT-3.5 Turbo Instruct — AI model

OpenAI: GPT-3.5 Turbo Instruct is a AI model from OpenAI, available through Hormouz via an OpenAI-compatible API with stable access from inside Iran.

This model is a variant of GPT-3.5 Turbo tuned for instructional prompts and omitting chat-related optimizations. Training data: up to Sep 2021.

Specs

VendorOpenAI
Typetext
Context window4,095 tokens
Pricing$1.50/M in · $2.00/M out
APIchat_completions

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-instruct",
    "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