Google

Gemini 3.5 Flash

Google's newest default — frontier smarts at a Flash price.

Gemini 3.5 Flash is Google's freshest GA model: it beats Gemini 3.1 Pro on agentic and coding benchmarks while running about 4× faster, with selectable thinking levels and a 1M-token window — the new default pick of the Gemini line.

Best for

AgentsCodingProduction apps

Strengths

  • Beats 3.1 Pro on agent tasks
  • 4× faster
  • Thinking levels

Use Gemini 3.5 Flash via AnyModel

One OpenAI-compatible endpoint — just set the model id:

curl https://anymodel.org/v1/chat/completions \
  -H "Authorization: Bearer $ANYMODEL_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "ag/gemini-3.5-flash-low",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'