- Published: July 22, 2026
- Last verified: July 23, 2026
- Current status: Available; token-group access and pricing are shown in the console
gemini-3.6-flash and gemini-3.5-flash-lite are now available on LaoZhang API. Start with Gemini 3.6 Flash for general multimodal, coding, and multi-step agent work. Start with Gemini 3.5 Flash-Lite for classification, extraction, document parsing, and high-volume workloads where cost or latency matters most.
What is the difference between the two models?
Google documents an input context of about one million tokens and up to 64K output tokens for both models. Effective capabilities, concurrency, and billing on LaoZhang API still depend on the token group and current route configuration.
Correct model IDs
- Gemini 3.6 Flash:
gemini-3.6-flash - Gemini 3.5 Flash-Lite:
gemini-3.5-flash-lite
-preview, -thinking, or -nothinking suffixes; use a compatibility alias only when the console explicitly lists it.
How do I call the models through LaoZhang API?
LaoZhang API provides an OpenAI-compatible endpoint. This minimal request uses Gemini 3.6 Flash; replace only themodel value to test Flash-Lite.
- Confirm that the model is enabled for your token group on the console model and pricing page.
- Run a small-volume test with representative production requests and record output format, latency, token usage, and errors.
- Increase concurrency in stages while monitoring 429s, 5xx errors, average latency, and actual charges in call logs.
- Keep a tested fallback model ID when migrating instead of switching all production traffic at once.
Who should pay attention to this launch?
- Teams selecting a main Flash model for coding, complex multimodal work, or multi-step agents.
- Applications that need high-throughput classification, structured extraction, document parsing, or subagents.
- Projects using Gemini 3.5 Flash, Gemini 3.1 Flash-Lite, or an earlier Flash model and evaluating a migration.
Frequently asked questions
Are Gemini 3.6 Flash and Gemini 3.5 Flash-Lite production models?
Yes. Google listsgemini-3.6-flash and gemini-3.5-flash-lite as GA and production-ready. Availability for a specific LaoZhang API token group must still be confirmed in the console.
Which model should I choose?
Test Gemini 3.6 Flash first for complex agents, coding, and multimodal tasks. Test Gemini 3.5 Flash-Lite first for high-volume extraction, classification, document parsing, and cost-sensitive workloads. Use measured quality, latency, and total cost—not the model name alone—to make the final decision.What is the API endpoint for these models?
For the LaoZhang API OpenAI-compatible interface, use the base URLhttps://api.laozhang.ai/v1; text chat usually calls POST /v1/chat/completions. See the OpenAI SDK guide for full configuration.