Gemini

Google: Gemini 3.5 Flash Lite

Chat
google/gemini-3.5-flash-lite
CompareGet Started

Gemini 3.5 Flash Lite is Google's high-throughput, low-latency multimodal model with upgraded agentic capabilities, released on 2026-07-21 as the successor to Gemini 3.1 Flash Lite. It is aimed at subagents running focused tasks inside complex multi-agent workflows, plus agentic search and document processing. All input modalities — text, image, video and audio — are unified at $0.30/M tokens, with a batch tier at a 50% discount. Reasoning, 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
GoogleCloudVertex
Supported Protocols
OpenAIopenaiGeminigemini

Providers

GoogleCloudVertex
Input Tokens
$0.3/M
Output Tokens
$2.5/M
Cache Read
$0.03/M
Cache Write
$0.083/M
Audio Input
$0.3/M
Cache Write (1 hour)
$1/M
Cached Audio
$0.03/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.run/gemini"},
)
response = client.models.generate_content(
model="google/gemini-3.5-flash-lite",
contents="Hello!",
)
print(response.text)

Frequently Asked Questions

Google: Gemini 3.5 Flash Lite on Ofox.ai costs $0.3/M per million input tokens and $2.5/M per million output tokens. Pay-as-you-go, no monthly fees.