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
Sep 2026Knowledge cutoff
Apr 2026Modalities
Text · Tool calling · Image inputBest price on SayGM
-12.9%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/chat/completions" \
-H "Authorization: Bearer $GM_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-6-sol",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'SayGM's best available rate for gpt-6-sol next to OpenAI's own published list price — 12.9% off.
| Dimension | SayGM price | OpenAI list price |
|---|---|---|
| Input | $1.742per Mtok | $2.00 |
| Output | $8.71per Mtok | $10.00 |
| Cache read | $0.1742per Mtok | $0.20 |
| Cache write | $2.1775per Mtok | $2.50 |
| Long-context inputabove 272,000 input tokens | $3.484per Mtok | $4.00 |
| Long-context outputabove 272,000 input tokens | $13.065per Mtok | $15.00 |
| Long-context cache readabove 272,000 input tokens | $0.3484per Mtok | $0.40 |
| Long-context cache writeabove 272,000 input tokens | $4.355per Mtok | $5.00 |
What buyers have actually paid on this model recently, across every provider and cache hits.
Input
$1.74
$2.00Cached input
$0.17
$0.20Output
$8.71
$10.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 168 windows: 444 requests and 238,744 input-side tokens, short of the 2,000,000 tokens the window walks for. Most recent window closed 2026-09-23 00:53 UTC.
Every provider currently serving this model, ranked by discount.
| Provider | Discount | In | Out |
|---|---|---|---|
| Provider 1 | 12.9% off | $1.74 | $8.71 |
| Provider 2 | 12.9% off | $1.74 | $8.71 |
| Provider 3 | 12.9% off | $1.74 | $8.71 |
| Provider 4 | 12.9% off | $1.74 | $8.71 |
| Provider 5 | 12.9% off | $1.74 | $8.71 |
Measured on the requests SayGM routed to this model.
Fixed-seed suites SayGM runs against this model.
Explore the OpenAI lab and compare related models.
The best available rate for gpt-6-sol on SayGM right now is $1.74 per million input tokens and $8.71 per million output tokens. A request above 272,000 input tokens bills at SayGM's long-context rate instead.
SayGM's best available rate for gpt-6-sol is 12.9% off OpenAI's list price.
Yes. gpt-6-sol is served on SayGM's OpenAI-compatible chat/completions surface, so an unmodified OpenAI SDK pointed at SayGM's base URL works with it.