Hosted by a provider reached through SayGM. The route is sealed in transit and in use; the provider receives the prompt under its API terms.
Released
Feb 2026Knowledge cutoff
Aug 2025Best price on SayGM
-12.7%In
Cached
Out
per Mtok*
Create an API key and set it as GM_API_KEY in your terminal.
curl "https://api.saygm.com/v1/messages" \
-H "x-api-key: $GM_API_KEY" \
-H "Content-Type: application/json" \
-H "anthropic-version: 2023-06-01" \
-d '{
"model": "claude-sonnet-4-6",
"max_tokens": 256,
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'SayGM's best available rate for claude-sonnet-4-6 next to Anthropic's own published list price — 12.7% off.
| Dimension | SayGM price | Anthropic list price |
|---|---|---|
| Input | $2.619per Mtok | $3.00 |
| Output | $13.095per Mtok | $15.00 |
| Cache read | $0.2619per Mtok | $0.30 |
| Cache write, 5 minute | $3.27375per Mtok | $3.75 |
| Cache write, 1 hour | $5.238per Mtok | $6.00 |
What buyers have actually paid on this model recently, across every provider and cache hits.
Input
$2.63
$3.00Cached input
$0.26
$0.30Output
$13.14
$15.00Requests are load balanced across every provider serving this model, each offering its own rate, so what you pay is a blend rather than a single number. These are the blended rates actually paid — priced at what a provider offered, capped at list.
Measured over 5 windows: 953 requests and 2,321,664 input-side tokens. Most recent window closed 2026-09-25 04:38 UTC.
Every provider currently serving this model, ranked by discount.
| Provider | Discount | In | Out |
|---|---|---|---|
| Provider 1 | 12.7% off | $2.62 | $13.10 |
| Provider 2 | 12.7% off | $2.62 | $13.10 |
| Provider 3 | 12.6% off | $2.62 | $13.11 |
| Provider 4 | 12.6% off | $2.62 | $13.11 |
| Provider 5 | 12.5% off | $2.63 | $13.13 |
| Provider 6 | 12.5% off | $2.63 | $13.13 |
| Provider 7 | 12.4% off | $2.63 | $13.14 |
| Provider 8 | 12.4% off | $2.63 | $13.14 |
| Provider 9 | 12.3% off | $2.63 | $13.16 |
| Provider 10 | 12.3% off | $2.63 | $13.16 |
| Provider 11 | 12.2% off | $2.63 | $13.17 |
| Provider 12 | 12.2% off | $2.63 | $13.17 |
| Provider 13 | 12.2% off | $2.63 | $13.17 |
| Provider 14 | 12.1% off | $2.64 | $13.19 |
| Provider 15 | 12.1% off | $2.64 | $13.19 |
| Provider 16 | 12.0% off | $2.64 | $13.20 |
Measured on the requests SayGM routed to this model.
Fixed-seed suites SayGM runs against this model.
Explore the Anthropic lab and compare related models.
The best available rate for claude-sonnet-4-6 on SayGM right now is $2.62 per million input tokens and $13.10 per million output tokens.
SayGM's best available rate for claude-sonnet-4-6 is 12.7% off Anthropic's list price.
The Anthropic SDK. Set its base URL to https://api.saygm.com and your existing Messages API code (/v1/messages) calls claude-sonnet-4-6 as-is.