← All Models
Gemini 3.5 Flash Lite
Google's lightest current model, optimized for speed and cost. Multimodal input, 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)
39.00 credits / 1M input tokens
325.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.5-flash-lite","messages":[{"role":"user","content":"Classify this support ticket by urgency"}],"stream":true}'