By openai ยท Updated 2026-07-24 ยท general-purpose chat
OpenAI: GPT-3.5 Turbo Instruct is best suited for general-purpose chat. Access it through one Appmo API key alongside 390 other models โ Appmo's optimizer can route to it automatically when it is the best value for a request.
curl https://appmo.com/v1/chat/completions \
-H "Authorization: Bearer $APPMO_KEY" \
-d '{"model":"openai/gpt-3.5-turbo-instruct","messages":[{"role":"user","content":"Hello"}]}'How much does OpenAI: GPT-3.5 Turbo Instruct cost?
OpenAI: GPT-3.5 Turbo Instruct costs $1.5 per 1M input tokens and $2 per 1M output tokens ($1.625 blended), as of 2026-07-24. Prices are expected to fall as competition increases.
What is OpenAI: GPT-3.5 Turbo Instruct best for?
OpenAI: GPT-3.5 Turbo Instruct is best suited for general-purpose chat.
How do I use OpenAI: GPT-3.5 Turbo Instruct?
Send requests to Appmo's OpenAI-compatible endpoint with model id "openai/gpt-3.5-turbo-instruct" and one API key โ no separate provider account needed.