Gemini

Google: Gemini 3.6 Flash

Chat-50%
google/gemini-3.6-flash

Gemini 3.6 Flash is Google's token-efficient workhorse model, released on 2026-07-21. It produces 17% fewer output tokens than Gemini 3.5 Flash, needs fewer reasoning steps and tool calls in multi-step agentic workflows, and makes higher-precision code edits with fewer execution loops. A thinking model with configurable levels, it accepts all input modalities — text, image, video and audio. Vision, tool use, prompt caching, PDF input and web search are supported. Context window: 1M tokens, output: 64K. Available via OpenAI and Gemini protocols.

Context Window
1M
Max Output Tokens
66K
Released
2026-07-21
Capabilities
VisionFunction CallingReasoningPrompt CachingWeb SearchAudio InputVideo InputPDF Input
Available Providers
GeminiGeminiGoogleCloudVertex
Supported Protocols
OpenAIopenaiGeminigemini

Providers

GeminiGemini
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
Geminigemini
GoogleCloudVertex
-50%
Input Tokens
$0.75/M
$1.5/M
Output Tokens
$3.75/M
$7.5/M
Cache Read
$0.075/M
$0.15/M
Cache Write
$0.0415/M
$0.083/M
Audio Input
$0.75/M
$1.5/M
Cache Write (1 hour)
$0.5/M
$1/M
Cached Audio
$0.075/M
$0.15/M
Web Search
$0.014/R
Protocols
OpenAIopenai/v1/chat/completions
Geminigemini

Code Examples

from google import genai
client = 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)

Uptime & Status

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.