GPT-5
GPT-5 is the standard tier of the GPT-5 model family, unifying advanced reasoning, coding, and multimodal capabilities in a single architecture that surpasses its predecessors across benchmarks while maintaining broad general-purpose utility.
import { streamText } from 'ai'
const result = streamText({ model: 'openai/gpt-5', prompt: 'Why is the sky blue?'})Playground
Try out GPT-5 by OpenAI. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.
Your generated image will appear here
Providers
Route requests across multiple providers. Copy a provider slug to set your preference. Visit the docs for more info. Using a provider means you agree to their terms, listed under Legal.
| Provider |
|---|
P50 throughput on live AI Gateway traffic, in tokens per second (TPS). Visit the docs for more info.
P50 time to first token (TTFT) on live AI Gateway traffic, in milliseconds. View the docs for more info.
Direct request success rate on AI Gateway and per-provider. Visit the docs for more info.
More models by OpenAI
| Model |
|---|
About GPT-5
GPT-5 launched on August 7, 2025 as a generational leap over the GPT-4 family. Available through AI Gateway, it brings together advances in reasoning depth, coding proficiency, instruction following, and multimodal understanding in a single model.
The model supports a context window of 400K tokens, enabling developers to pass extensive codebases, long documents, or rich conversation histories in a single request. Combined with improved instruction adherence, GPT-5 follows complex multi-constraint specifications more reliably than its predecessors.
As the standard tier of the GPT-5 family, it sits alongside GPT-5 mini, GPT-5 nano, and GPT-5 pro, each targeting different points on the capability-cost spectrum. GPT-5 is the default choice when full GPT-5 family capability is the priority.
What To Consider When Choosing a Provider
- Configuration: GPT-5 provides the full capability of the GPT-5 architecture. It's the right choice when you need high overall quality across reasoning, coding, and creative tasks and cost is secondary to capability.
- Configuration: For cost-sensitive deployments, consider GPT-5 mini or GPT-5 nano, which deliver much of the same architectural improvement at lower price points.
- Zero Data Retention: AI Gateway supports Zero Data Retention for this model via direct gateway requests (BYOK is not included). To configure this, check the documentation.
- Authentication: AI Gateway authenticates requests using an API key or OIDC token. You do not need to manage provider credentials directly.
When to Use GPT-5
Best For
- Complex multi-step reasoning: Research analysis, strategic planning, and problems requiring extended deliberation
- Advanced code generation: Full-repository comprehension, architectural decisions, and complex refactoring
- Multimodal workflows: Processing images, documents, and text together in sophisticated analysis pipelines
- High-stakes content generation: Legal drafting, technical documentation, and precision-critical writing
- Agentic systems: Backbone model for autonomous agents that need the full capability of the GPT-5 family
Consider Alternatives When
- Cost-sensitive workloads: GPT-5 mini offers strong capability at a lower price point
- Lightweight tasks: GPT-5 nano or GPT-4.1 nano handle classification and routing more efficiently
- Specialized reasoning: The o-series reasoning models may outperform on pure mathematical and scientific reasoning tasks
- Speed-critical applications: Smaller models provide faster time-to-first-token for real-time chat
Conclusion
GPT-5 advanced reasoning, coding, and multimodal capability when the GPT-5 family launched. For applications routed through AI Gateway that need the full GPT-5 family capability, it is the standard tier.