Skip to main content
Gemini 3.6 Flash is Google’s production Flash model for code generation, agentic execution, and spatial and multimodal reasoning. AnyFast exposes it through the native Gemini generateContent API.

Key capabilities

  • 1M token context - Up to 1,048,576 input tokens and 65,536 output tokens
  • Multimodal input - Text, image, video, audio, and PDF input; text output
  • Agentic execution - Fewer reasoning steps, turns, and tool calls for multi-step workflows
  • Coding - Improved production code generation, instruction following, and diagnostic behavior
  • Spatial reasoning - Improved chart interpretation, visual blueprint conversion, and complex layout reasoning
  • Tools - Function calling, code execution, File Search, Google Search, Google Maps, URL context, structured output, and Computer Use (Preview)
  • Thinking - medium by default; use high for deeper reasoning

Quick example

API changes

Do not send temperature, topP, or topK. Google has deprecated these sampling parameters for Gemini 3.6 Flash and Gemini 3.5 Flash-Lite. Also remove candidateCount and legacy thinkingBudget configurations.
Requests must not end with a non-empty model role turn. End the conversation with a non-empty user turn; otherwise the API returns HTTP 400.

Parameters

API Reference

View the interactive API reference for Gemini 3.6 Flash.

Official references