Skip to main content
gemini-3-5-flash is Google’s mid-tier Gemini — fast and multimodal, with the 1M-token context window that distinguishes the Gemini family. It offers solid reasoning headroom at a fraction of flagship pricing. Pricing: 1.50/1Minput,1.50 / 1M input, 9.00 / 1M output — see the rate card.

Protocols

For the OpenAI shim, the gateway translates the request body to Gemini’s generateContent shape behind the scenes. From the client side, you write standard openai-SDK code.

Quickstart

Capabilities

When to use

  • Mid-tier reasoning at low cost — harder tasks than Flash can handle, without stepping up to Pro pricing.
  • Long-context work — 1M context for codebase reviews and multi-doc QA where 200K isn’t enough.
  • Fresh-fact tasks — grounding (Google Search) is supported.
When not to use:
  • Cheapest possible chat — gpt-5-4-mini is lower cost for simpler tasks.
  • Hardest reasoning — claude-opus-4-8 is a flagship sized for it.

Next