← All models
anthropic/claude-3-5-sonnet
Claude 3.5 Sonnet
UnavailableGuaranteed 30%+ savingsContext
200,000
Input / 1M
$0.003
Output / 1M
$0.015
Providers
| Provider | Input / 1M | Output / 1M | Context | RPM | Status |
|---|---|---|---|---|---|
| anthropic | $3 | $15 | 200,000 | — | Unavailable |
Quickstart
curl http://ca-seldon-router.niceglacier-d4ff9f30.centralus.azurecontainerapps.io/v1/chat/completions \
-H 'Authorization: Bearer $SELDON_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "anthropic/claude-3-5-sonnet",
"messages": [{"role": "user", "content": "Hello!"}],
"max_tokens": 256
}'