OpenAIReleased on Apr 9, 2024

GPT-4 Turbo: API Pricing, Context Window & Benchmarks

GPT-4 Turbo is a language model from OpenAI, released in April 2024, with a 128K-token context window, and pricing from $10.00/M input and $30.00/M output.

The latest GPT-4 model with improved performance, updated knowledge, and enhanced capabilities. It offers faster response times and more affordable pricing compared to previous versions.

Input
Text
Output
Text

GPT-4 Turbo benchmarks

Rankings

Quality Tracker

GPT-4 Turbo Performance Across Datasets

Scores sourced from the model's scorecard, paper, or official blog posts

LLM Stats Logollm-stats.com - Sat Aug 01 2026
Notice missing or incorrect data?

GPT-4 Turbo pricing

Providers

GPT-4 Turbo starts at $10.00 per million input tokens and $30.00 per million output tokens via Azure. See all 2 providers below with their per-token pricing, latency, throughput, and modality support.

ProviderInput $/MOutput $/MContext in / outTTFT p50 / p95 sOutput avg / p5 c/sSuccess 7dModalities in / out
Azure logoAzure
$10.00$30.00128.0K/4.1K
/0.60
97/
/
OpenAI logoOpenAI
$10.00$30.00128.0K/4.1K
1.07/1.31
199/150
100.00%(7)
/

Cached input is the discounted price for prompt tokens served from a provider cache. TTFT is time to first token. Output is characters per second; p5 is the sustained floor exceeded by 95% of observed requests. Success is calculated from completed versus failed requests over the trailing seven days.

Loading chart...
Loading chart...
Loading chart...

GPT-4 Turbo context window

Input and output token limits for GPT-4 Turbo, plus how it ranks on long-context understanding.

InputOutput
128Ktokens
4Ktokens
192 pages of text
128K
8K128K1M

GPT-4 Turbo API

POST/v1/chat/completions

Run a request to see the response

Use it in your code

Billed at $10.00 input / $30.00 output per 1M tokens through the LLM Stats gateway.

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://gateway.llm-stats.com/v1"
)

response = client.chat.completions.create(
    model="gpt-4-turbo-2024-04-09",
    messages=[
        {"role": "user", "content": "What is machine learning?"}
    ]
)

print(response.choices[0].message.content)

Need an API key? Create one above in the playground, or read the API documentation.

GPT-4 Turbo latency

GPT-4 Turbo time to first token, sustained output throughput, and failed-request rate from live API traffic over the trailing 7 days.

Provider operational metrics

Time to first token, output throughput, and failed-request rate from live API traffic

Loading chart...
Loading chart...
Loading chart...

GPT-4 Turbo examples

Recent arena outputs from GPT-4 Turbo, picked from the highest-ranked matchups.

GPT-4 Turbo license

GPT-4 Turbo is a proprietary model available under its provider's product and API terms, has a knowledge cutoff of December 2023.

License
Proprietary
Hosted access
Knowledge cutoff
December 2023

Proprietary license - usage restrictions apply

GPT-4 Turbo resources

Official sources for GPT-4 Turbo: api documentation, official playground, official launch post.

GPT-4 Turbo vs other models

The most-compared alternatives to GPT-4 Turbo are Claude 3 Opus, GPT-4, Grok-2 mini. Open any pair side-by-side for benchmarks, pricing, context, and latency.

Models like GPT-4 Turbo

Models ranked just above and below GPT-4 Turbo by LLM Stats score.

 

Claude 3 Opus

Score pending
 

GPT-4

Score pending
 

Grok-2 mini

Score pending
 

Nova Pro

Score pending
 

Nova Lite

Score pending
 

Qwen3 VL 32B Instruct

Score pending

FAQ

Common questions about GPT-4 Turbo.

When was GPT-4 Turbo released?

GPT-4 Turbo was released on April 9, 2024 by OpenAI. This is the official GPT-4 Turbo release date tracked on LLM Stats.

How much does GPT-4 Turbo cost?

GPT-4 Turbo costs $10.00 per million input tokens and $30.00 per million output tokens through the LLM Stats API, which works with any OpenAI-compatible SDK. Across tracked providers, the lowest price is $10.00 per million input tokens via Azure.

Is GPT-4 Turbo available via API?

Yes. GPT-4 Turbo is available through the LLM Stats API and works with any OpenAI-compatible SDK — point your client at the gateway base URL and pass the model name. It is served by 2 providers tracked on LLM Stats.

Who created GPT-4 Turbo?

GPT-4 Turbo was created by OpenAI.

What is the license for GPT-4 Turbo?

GPT-4 Turbo is released under the Proprietary license.

What is the knowledge cutoff date for GPT-4 Turbo?

GPT-4 Turbo has a knowledge cutoff of December 2023, meaning it was trained on data up to that point and may not know about events after it.

What is GPT-4 Turbo latency?

GPT-4 Turbo p95 time to first token is 1.31 seconds via OpenAI over the trailing 7 days. Lower time to first token means the model begins responding sooner for chat, agents and API workloads.

Where can I use GPT-4 Turbo?

GPT-4 Turbo is available through 2 providers including Azure, OpenAI.

Where is the GPT-4 Turbo paper or technical report?

GPT-4 Turbo has a paper or technical report available at https://openai.com/index/new-models-and-developer-products-announced-at-devday/. Use that source for architecture, training, release and evaluation details.

What models should I compare GPT-4 Turbo against?

Common GPT-4 Turbo comparisons include GPT-4 Turbo vs Claude 3 Opus, GPT-4 Turbo vs GPT-4, GPT-4 Turbo vs Grok-2 mini. Compare them side by side for benchmark scores, pricing, context window, latency and API availability.