← All Models
Gemini 3.6 Flash
Google's latest fast multimodal model. Text, image, audio, video, and file input with adjustable thinking levels, native tool support, and a 1M token context window.
Web Search
Code Execution
Specifications
| Provider | |
| Category | Text |
| Context window | 1.0M tokens |
Pricing (Starter tier)
195.00 credits / 1M input tokens
975.00 credits / 1M output tokens
Higher tiers get volume discounts. See tiers
Quick Start
curl -N https://query.genx.sh/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"gemini-3.6-flash","messages":[{"role":"user","content":"Summarize the key points of this article"}],"stream":true}'