gpt-5.4AWS Bedrock @us-east-1
- api
- chat
- hosting
- US
- model lab
- OpenAI
- weights
- closed
- added
- March 2026
- model id
- bedrock/gpt-5.4@us-east-1
capabilities 5/8
3 providers serve gpt-5.4. This page is one of them. Compare all endpoints
- input
- $2.75
- output
- $16.50
- cache write
- -
- cache read
- $0.28
worked cost
| volume | cost |
|---|---|
| 100K in + 10K out | $0.44 |
| 1M in + 100K out | $4.40 |
| 10M in + 1M out | $44.00 |
Requesty charges what the upstream provider charges, with no markup and no per-request fee. Prompt caching and smart routing cut the effective cost further on repeated context. Gateway pricing
- median ttft
- 1.49s
- median tok/s
- 82.0
- blended /1M
- $2.75
- cache hit
- 23.4%
- answered
- 99.90%
Weekly aggregates from production traffic routed through Requesty to this endpoint. A metric with no qualifying sample is left out rather than filled in. Compare against the other providers
| eval | Score as a share of 100 | /100 |
|---|---|---|
| GPQA Diamond | 92.0 | |
| τ²-Bench | 87.1 | |
| Coding Index | 71.1 | |
| Terminal-Bench Hard | 57.6 | |
| Humanity's Last Exam | 43.7 | |
| Intelligence Index | 39.0 | |
| 6 evals | mean | 65.1 |
Scores from Artificial Analysis and public leaderboards, normalised to 100. Bar colour is the band, not the rank: green 80 and up, blue 55 and up, amber 30 and up. Benchmarks measure narrow skills, so test on your own workload before committing. Released 2026-03-05.
- retention
- none
- trains on prompts
- no
- hosted in
- US
- deployment
- us-east-1
Terms are the provider's, not Requesty's: routing a request here puts it under them. AWS Privacy Notice
Need every request to stay in one jurisdiction? EU hosting routes only through EU-hosted providers.
bedrock/gpt-5.4@us-east-1this id pins the aws bedrock deployment, with no routing and no failover. the managed id on the canonical page routes across all 3 providers instead
from openai import OpenAI client = OpenAI( api_key="YOUR_REQUESTY_API_KEY", base_url="https://router.requesty.ai/v1",) response = client.chat.completions.create( model="bedrock/gpt-5.4@us-east-1", messages=[ {"role": "user", "content": "Explain quantum computing in one paragraph."}, ],) print(response.choices[0].message.content)
Change the base url to https://router.requesty.ai/v1, use your Requesty key, set the model to the id above. Existing OpenAI SDK code needs no other edit, and the same key reaches every other model in the catalog. Browse all models
GPT-5.4 is OpenAI's latest frontier model, unifying the Codex and GPT lines into a single system. It features a 1M+ token context window (922K input, 128K output) with support for text and image inputs, enabling high-context reasoning, coding, and multimodal analysis within the same workflow. The model delivers improved performance in coding, document understanding, tool use, and instruction following, capable of generating production-quality code, synthesizing information across multiple sources, and executing complex multi-step workflows with fewer iterations and greater token efficiency.
questions 7
How much does gpt-5.4 cost?
What is the context window of gpt-5.4?
How does gpt-5.4 perform on benchmarks?
What can gpt-5.4 do?
How do I use gpt-5.4 with the OpenAI SDK?
Can I run gpt-5.4 through Requesty?
What region is this deployment?
more from aws bedrock 8
| endpoint | ctx | in /M |
|---|---|---|
| claude-opus-5 | 1M | $5.50 |
| claude-opus-5 | 1M | $5.50 |
| claude-opus-5 | 1M | $5.50 |
| claude-opus-5 | 1M | $5.50 |
| claude-opus-5 | 1M | $5.00 |
| gpt-5.6-sol | 1.1M | $4.40 |
| gpt-5.6-terra | 1.1M | $2.20 |
| gpt-5.6-terra | 1.1M | $2.20 |
call gpt-5.4 through one endpoint
One key for this endpoint and 600+ other models. No markup on provider prices, automatic failover when a provider degrades, and prompt caching built in. Methodology
