Back to Models
OpenAI: GPT-3.5 Turbo
openai/gpt-3.5-turboMay 28, 202316.4K context4.1K max output$0.50/M in · $1.50/M out
Description
GPT-3.5 Turbo is OpenAI's fastest model. It can understand and generate natural language or code, and is optimized for chat and traditional completion tasks.
Training data up to Sep 2021.
Specifications
Provider
openai
Context Length
16.4K
Max Output
4.1K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.50 |
| Output | $1.50 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "openai/gpt-3.5-turbo",
"messages": [{"role": "user", "content": "Hello!"}]
}'