---
title: "Gemini 3.6 Flash — API access"
description: "Gemini 3.6 Flash API pricing: official $1.50/$7.50 per 1M tokens, $0.75/$3.75 with the flat 50% apiToken.sale discount. The newest Gemini on the native Google API."
url: "https://apitoken.sale/models/gemini-3-6-flash"
language: "en"
---
# Gemini 3.6 Flash

Gemini 3.6 Flash is the newest Gemini model — Google's frontier-class Flash for agentic coding, multimodal work and long-context tasks, at Flash-tier pricing.

- **Model ID:** `gemini-3.6-flash`
- **Tier:** Flash
- **Context window:** 1M tokens
- **Max output:** 64K tokens
- **Official price (per 1M):** $1.5 input / $7.5 output
- **Your price (per 1M):** input $0.75, output $3.75 (flat 50% off)
- **Base URL:** `https://gemini.api.apitoken.sale` · **Endpoint:** `POST /v1beta/models/gemini-3.6-flash:generateContent` (x-goog-api-key)

## Best for

- Agentic coding and tool use at Flash speed.
- Multimodal workloads across text, image and audio input.
- Long-context analysis in the full 1M-token window.

## Notes

- Cached input bills at 10% of input — caching is automatic on repeated prefixes.
- 1M-token context window with 64K max output at standard pricing — no long-context premium.

## Call it

```bash
curl https://gemini.api.apitoken.sale/v1beta/models/gemini-3.6-flash:generateContent \
  -H "x-goog-api-key: $APITOKEN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"contents": [{"parts": [{"text": "Reply with exactly: connected"}]}]}'
```

## FAQ

**How much does the Gemini 3.6 Flash API cost?**

Officially $1.50 per 1M input tokens and $7.50 per 1M output tokens, with cached input at $0.15. On apiToken.sale the same requests cost 50% less — $0.75/$3.75 at the flat discount applied to every call.

**What is the model ID for Gemini 3.6 Flash?**

gemini-3.6-flash. Use it unchanged with the Google GenAI SDK or any Gemini-compatible tool pointed at https://gemini.api.apitoken.sale, with the key sent as x-goog-api-key.

**Gemini 3.6 Flash or 3.5 Flash?**

3.6 Flash is newer and cheaper on output — $7.50 vs $9.00 per 1M at the same input price — so new projects should default to it. Keep 3.5 Flash only where prompts and evals are pinned to it.

---
API reference: https://apitoken.sale/md/docs · All models: https://apitoken.sale/md/models
