Back to Models
OpenAI: GPT-3.5 Turbo (older v0613)
openai/gpt-3.5-turbo-0613Jan 25, 20244.1K context4.1K max output$1.00/M in · $2.00/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
4.1K
Max Output
4.1K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $1.00 |
| Output | $2.00 |
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-0613",
"messages": [{"role": "user", "content": "Hello!"}]
}'