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
May 2026Best price on SayGM
-15.0%In
Cached
Out
per Mtok*
Create an API key and set it as GM_API_KEY in your terminal.
curl "https://api.saygm.com/v1beta/models/gemini-3.5-flash:generateContent" \
-H "Authorization: Bearer $GM_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"contents": [
{
"role": "user",
"parts": [
{
"text": "Hello!"
}
]
}
]
}'SayGM's best available rate for gemini-3.5-flash next to Google's own published list price — 15.0% off.
| Dimension | SayGM price | Google list price |
|---|---|---|
| Input | $1.275per Mtok | $1.50 |
| Output | $7.65per Mtok | $9.00 |
| Cache read | $0.1275per Mtok | $0.15 |
| Audio input | $1.275per Mtok | $1.50 |
| Audio output | $7.65per Mtok | $9.00 |
| Image input | $1.275per Mtok | $1.50 |
What buyers have actually paid on this model recently, across every provider and cache hits.
Input
$1.34
$1.50Cached input
$0.13
$0.15Output
$8.06
$9.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 3 windows: 657 requests and 2,190,991 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 | 15.0% off | $1.28 | $7.65 |
| Provider 2 | 10.0% off | $1.35 | $8.10 |
| Provider 3 | 8.0% off | $1.38 | $8.28 |
| Provider 4 | 8.0% off | $1.38 | $8.28 |
| Provider 5 | 8.0% off | $1.38 | $8.28 |
Measured on the requests SayGM routed to this model.
Fixed-seed suites SayGM runs against this model.
Explore the Google lab and compare related models.
The best available rate for gemini-3.5-flash on SayGM right now is $1.28 per million input tokens and $7.65 per million output tokens.
SayGM's best available rate for gemini-3.5-flash is 15.0% off Google's list price.
The Google GenAI SDK. Set its base URL to https://api.saygm.com and your existing generateContent code calls gemini-3.5-flash as-is.