GPT-5.4 Pro

openai/gpt-5.4-pro
VisionToolsJSONReasoning
by OpenAI · 2026-03-05

GPT-5.4 Pro is OpenAI's most advanced model, building on GPT-5.4's unified architecture with enhanced reasoning capabilities for complex, high-stakes tasks. It features a 1M+ token context window (922K input, 128K...

ctx1.05M tokens
Max output128K
Inputtext + image + file
Outputtext
p50 TTFT875 ms
INPUT$30.00/ 1M tokens
OUTPUT$180.00/ 1M tokens
p50 TTFT875 ms7d
p95 TTFT7.84 s7d
TRAFFIC607.3Ktokens / 7d

OpenAI GPT-5.4 Pro is a large language model by OpenAI offering a context window of 1,050,000 tokens and a maximum output of 128,000 tokens. It accepts text, image, and file inputs, allowing users to…

What is OpenAI GPT-5.4 Pro?

Who should use GPT-5.4 Pro?

What input modalities does GPT-5.4 Pro support?

How is GPT-5.4 Pro accessed through OrcaRouter?

Code samples

Call from any SDK

OpenAI-compatible — keep the SDK you already use

  • OpenAI SDKhttps://api.orcarouter.ai/v1
from openai import OpenAI

client = OpenAI(
    base_url="https://api.orcarouter.ai/v1",
    api_key="$ORCAROUTER_API_KEY",
)

response = client.chat.completions.create(
    model="openai/gpt-5.4-pro",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)

Supported parameters

  • include_reasoning
  • max_completion_tokens
  • max_tokens
  • reasoning
  • response_format
  • seed
  • stream
  • structured_outputs
  • tool_choice
  • tools

Pricing

TierInput / 1M tokensOutput / 1M tokens
272K$30.00$180.00
$60.00$270.00
Tier selected by input token count of each request

Cost calculator

Tokens / month10MM
Input share70%%
Estimated / month $750

Estimate based on list price

Tiered pricing — this estimate uses base-tier rates.

Token & cost estimator

Input tokens: 20Cost per request: $0.0906

Estimate only — actual token counts depend on the provider's tokenizer.

Performance

p50 TTFT
875 ms
Output speed
8.9 tok/s
p95 TTFT
7.84 s
Error rate
6.3%

Public benchmarks

65.0
AA Coding
Better than 94% of models compared
#6 of 106
66.0
AA Intelligence
Better than 92% of models compared
#9 of 110
67.0
AA Math
Better than 57% of models compared
#35 of 81
GPQA Diamond
58.0 index
MMLU-Pro
70.0 index
τ²-Bench
56.0 index
Source: artificialanalysis.ai

How it compares

GPT-5.4 ProGPT-5.2 ProGPT-5.5GPT-5.5 Pro
Input $/M$30.00$21.00$5.00$30.00
Output $/M$180.00$168.00$30.00$180.00
Context1.1M400K
Quality10/1010/1010/1010/10
Compare side-by-sideCompare side-by-sideCompare side-by-sideCompare side-by-side

FAQ

What is the cost of using GPT-5.4 Pro on OrcaRouter?
Pricing details are not provided in the given facts. Typically, models with large context windows are priced per token for input and output. OrcaRouter bills based on total token usage. Check OrcaRouter's pricing page for current rates.
What is the context window size of GPT-5.4 Pro?
The context window is 1,050,000 tokens. This includes both input (user messages, system prompt, images, files) and generated output tokens. The maximum output is 128,000 tokens.
What strengths does GPT-5.4 Pro have?
Its primary strength is the very large context window and high output limit, enabling processing of entire books, extensive codebases, or long multi-modal documents in a single request. It also supports text, image, and file inputs.
How does GPT-5.4 Pro compare to other large-context models?
With 1,050,000 tokens, it offers one of the largest context windows publicly available. Comparable models include Gemini Ultra 2 (up to 1M tokens). Performance benchmarks are not publicly available for direct comparison.
Does OrcaRouter store or share the data I send to GPT-5.4 Pro?
OrcaRouter's data handling policies are not detailed in the provided facts. Typically, API providers do not use customer data for training unless specified. Review OrcaRouter's privacy policy and terms of service.
How do I call GPT-5.4 Pro via an OpenAI-compatible API?
Use OrcaRouter's endpoint at https://api.orcarouter.ai/v1 with model id openai/gpt-5.4-pro. Include your API key and standard chat completions parameters. For example, set "model": "openai/gpt-5.4-pro" in your request.
What input formats does GPT-5.4 Pro accept?
It accepts text, image (as URL or base64), and file (such as PDF or other documents). All inputs count toward the context token limit. Audio and video are not directly supported.
What are the limitations of GPT-5.4 Pro?
No public benchmark scores exist. Large context processing increases latency and cost. Accuracy may decrease for information in the middle of long contexts. The model is likely overkill for short tasks.
Can I stream the output from GPT-5.4 Pro?
Yes, streaming is supported via the stream: true parameter. The API returns chunk deltas as with standard OpenAI streaming. Time-to-first-token may be longer due to context length.
Is GPT-5.4 Pro suitable for real-time chat?
Due to the large context capacity, processing times are higher than smaller models, making it less ideal for low-latency chat. It is better suited for asynchronous processing of long documents or complex analytical tasks.

Embed this badge

OpenAI: GPT-5.4 Pro$30.00/M in875ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/openai/gpt-5.4-pro" target="_blank"> <img src="https://www.orcarouter.ai/embed/openai/gpt-5.4-pro.svg" alt="OpenAI: GPT-5.4 Pro on OrcaRouter" /> </a>
Markdown [![OpenAI: GPT-5.4 Pro](https://www.orcarouter.ai/embed/openai/gpt-5.4-pro.svg)](https://www.orcarouter.ai/models/openai/gpt-5.4-pro)

Model card as data

GET /api/public/models/openai/gpt-5.4-proOpen
Machine-readable:/llms.txt/llms-full.txt