← All models
anthropic/claude-sonnet-4-6
Claude Sonnet 4.6
RoutableGuaranteed 30%+ savingsAnthropic
Claude Sonnet 4.6 is Anthropic's balanced Claude model for coding, reasoning, and agentic workloads via AWS Bedrock Global CRIS.
chatcodereasoning
Context
200,000
Input / 1M
$3.6
Output / 1M
$18
Providers
| Provider | Input / 1M | Output / 1M | Context | Max output | RPM | TPM | TPD | Status |
|---|---|---|---|---|---|---|---|---|
| AWS Bedrock Global (us-east-1 source) | $3.6 | $18 | 200,000 | 64,000 | 7,000 | 4,200,000 | 166,664,736 | Routable |
Quickstart
curl http://api.seldon-ai.com/v1/chat/completions \
-H 'Authorization: Bearer $SELDON_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "anthropic/claude-sonnet-4-6",
"messages": [{"role": "user", "content": "Hello!"}],
"max_tokens": 256
}'