← All Models
Gemini 3 Flash
Google's fast multimodal model. Accepts text, images, and audio input with 1M+ token context.
Web Search
Code Execution
Specifications
| Provider | |
| Category | Text |
| Context window | 1.0M tokens |
Pricing (Starter tier)
65.00 credits / 1M input tokens
390.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-flash","messages":[{"role":"user","content":"Explain the difference between TCP and UDP"}],"stream":true}'