- Organizations
- OpenAI
- GPT-4 Turbo
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.
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
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.
| Provider | Input $/M | Output $/M | Context in / out | TTFT p50 / p95 s | Output avg / p5 c/s | Success 7d | Modalities in / out |
|---|---|---|---|---|---|---|---|
| $10.00 | $30.00 | 128.0K/4.1K | —/0.60 | 97/— | — | / | |
| $10.00 | $30.00 | 128.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.
GPT-4 Turbo context window
Input and output token limits for GPT-4 Turbo, plus how it ranks on long-context understanding.
GPT-4 Turbo API
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
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.
FAQ
Common questions about GPT-4 Turbo.