Back to Models

OpenAI: GPT-4 Turbo

openai/gpt-4-turbo
Apr 9, 2024128K 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 December 2023.

Specifications

Provider
openai
Context Length
128K
Max Output
4.1K
Modality
Intextimage
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",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'