Google: Gemini 3.6 Flash
Chatgoogle/gemini-3.6-flashGemini 3.6 Flash is Google's token-efficient workhorse model: 17% fewer output tokens than 3.5 Flash, fewer reasoning steps and tool calls in multi-step agentic workflows, and higher-precision code edits with reduced execution loops. All input modalities (text/image/video/audio) unified at $1.50/1M; batch tier at 50% discount. Thinking model with configurable levels. Released July 21, 2026.
Context Window
1M
Max Output Tokens
66K
Released
2026-07-21
Capabilities
VisionFunction CallingReasoningPrompt CachingWeb SearchAudio InputVideo InputPDF Input
Available Providers
Vertex
Supported Protocols
openaigemini
Providers
Vertex
Input Tokens
$1.5/M
Output Tokens
$7.5/M
Cache Read
$0.15/M
Cache Write
$0.083/M
Audio Input
$1.5/M
Cache Write (1 hour)
$1/M
Cached Audio
$0.15/M
Web Search
$0.014/R
Protocols
openai
/v1/chat/completionsgemini
Code Examples
from google import genaiclient = genai.Client(api_key="YOUR_OFOX_API_KEY",http_options={"api_version": "v1beta", "base_url": "https://api.ofox.ai/gemini"},)response = client.models.generate_content(model="google/gemini-3.6-flash",contents="Hello!",)print(response.text)
Related Models
Frequently Asked Questions
Google: Gemini 3.6 Flash on Ofox.ai costs $1.5/M per million input tokens and $7.5/M per million output tokens. Pay-as-you-go, no monthly fees.
Google: Gemini 3.6 Flash supports a context window of 1M tokens with max output of 66K tokens, allowing you to process large documents and maintain long conversations.
Simply set your base URL to https://api.ofox.ai/v1 and use your Ofox API key. The API is OpenAI-compatible — just change the base URL and API key in your existing code.
Google: Gemini 3.6 Flash supports the following capabilities: Vision, Function Calling, Reasoning, Prompt Caching, Web Search, Audio Input, Video Input, PDF Input. Access all features through the Ofox.ai unified API.