Back to Models
OpenAI: GPT-5
openai/gpt-5Aug 7, 2025400K context128K max output$1.25/M in · $10.00/M outReasoning
Description
GPT-5 is OpenAI’s most advanced model, offering major improvements in reasoning, code quality, and user experience. It is optimized for complex tasks that require step-by-step reasoning, instruction following, and accuracy in high-stakes use cases. It supports test-time routing features and advanced prompt understanding, including user-specified intent like "think hard about this." Improvements include reductions in hallucination, sycophancy, and better performance in coding, writing, and health-related tasks.
Specifications
Provider
openai
Context Length
400K
Max Output
128K
Modality
Intextimagefile
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $1.25 |
| Output | $10.00 |
| Cache Read | $0.13 |
| Web Search | $0.01 / call |
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-5",
"messages": [{"role": "user", "content": "Hello!"}]
}'