Back to Models
OpenAI: GPT-3.5 Turbo 16k
openai/gpt-3.5-turbo-16kAug 28, 202316.4K context4.1K max output$3.00/M in · $4.00/M out
Description
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 to Sep 2021.
Specifications
Provider
openai
Context Length
16.4K
Max Output
4.1K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $3.00 |
| Output | $4.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-16k",
"messages": [{"role": "user", "content": "Hello!"}]
}'