Back to Models
OpenAI: GPT-4 Turbo (older v1106)
openai/gpt-4-1106-previewNov 6, 2023128K context4.1K max output$10.00/M in · $30.00/M out
Description
The latest GPT-4 Turbo model with vision capabilities. Vision requests can now use JSON mode and function calling.
Training data: up to April 2023.
Specifications
Provider
openai
Context Length
128K
Max Output
4.1K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $10.00 |
| Output | $30.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-4-1106-preview",
"messages": [{"role": "user", "content": "Hello!"}]
}'