Back to Models

OpenAI: GPT-4 Turbo Preview

openai/gpt-4-turbo-preview
Jan 25, 2024128K context4.1K max output$10.00/M in · $30.00/M out

Description

The preview GPT-4 model with improved instruction following, JSON mode, reproducible outputs, parallel function calling, and more. Training data: up to Dec 2023.

Note: heavily rate limited by OpenAI while in preview.

Specifications

Provider
openai
Context Length
128K
Max Output
4.1K
Modality
Intext
Outtext

Pricing

TypePrice / 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-turbo-preview",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
OpenAI: GPT-4 Turbo Preview — Pricing & API on OminiGate