claude-sonnet-5AWS Bedrock @ap-southeast-2
- api
- chat
- hosting
- Singapore
- model lab
- Anthropic
- weights
- closed
- added
- June 2026
- model id
- bedrock/claude-sonnet-5@ap-southeast-2
capabilities 6/8
3 providers serve claude-sonnet-5. This page is one of them. Compare all endpoints
- input
- $2.20
- output
- $11.00
- cache write
- $2.75
- cache read
- $0.22
worked cost
| volume | cost |
|---|---|
| 100K in + 10K out | $0.33 |
| 1M in + 100K out | $3.30 |
| 10M in + 1M out | $33.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
- 2.12s
- median tok/s
- 77.0
- blended /1M
- $0.79
- cache hit
- 79.0%
- answered
- 99.80%
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 | 91.1 | |
| Coding Index | 71.5 | |
| SciCode | 54.3 | |
| Humanity's Last Exam | 41.3 | |
| Intelligence Index | 38.4 | |
| 5 evals | mean | 59.3 |
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-06-30.
- retention
- none
- trains on prompts
- no
- hosted in
- Singapore
- deployment
- ap-southeast-2
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/claude-sonnet-5@ap-southeast-2this 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/claude-sonnet-5@ap-southeast-2", 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
Claude Sonnet 5 is the latest model in the Sonnet family and an upgrade to Sonnet 4.6, with gains in agentic coding and professional work. It delivers top-tier intelligence at Sonnet pricing, well suited to production agents, high-volume pipelines, and everyday professional work like document drafting, spreadsheet analysis, and presentations.
questions 7
How much does claude-sonnet-5 cost?
What is the context window of claude-sonnet-5?
How does claude-sonnet-5 perform on benchmarks?
What can claude-sonnet-5 do?
How do I use claude-sonnet-5 with the OpenAI SDK?
Can I run claude-sonnet-5 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-luna | 1.1M | $0.22 |
| gpt-5.6-terra | 1.1M | $2.20 |
| gpt-5.6-terra | 1.1M | $2.20 |
call claude-sonnet-5 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
