Google: Gemini 3 Flash Preview
Chatgoogle/gemini-3-flash-previewGemini 3 Flash Preview is Google's high-speed, high-value thinking model, released on 2025-12-17 for agentic workflows, multi-turn chat, and coding assistance. It delivers near Pro-level reasoning and tool-use performance with substantially lower latency than larger Gemini variants, which suits interactive development, long-running agent loops, and collaborative coding. Compared with Gemini 2.5 Flash it improves broadly across reasoning, multimodal understanding, and reliability, and it accepts image, audio, video, and PDF input alongside function calling, prompt caching, and web search. Context window: 1M tokens, output: 64K. Available via OpenAI and Gemini protocols.
Providers
/v1/chat/completionsCode 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-flash-preview",contents="Hello!",)print(response.text)
Uptime & Status
Benchmarks
Google: Gemini 3 Flash Preview scores 1473 in the Overall category of the LMArena text leaderboard (style control), ranking #22 of 374 models based on 30,700 human preference votes (updated 2026-07-12).
| Category | Arena Score | 95% CI | Rank | Votes |
|---|---|---|---|---|
| Overall | 1469–1478 | #22 of 374 | 30,700 | |
| Hard Prompts | 1487–1498 | #25 of 374 | 16,566 | |
| Coding | 1501–1516 | #37 of 369 | 6,389 | |
| Math | 1463–1489 | #24 of 362 | 1,997 | |
| Creative Writing | 1449–1468 | #17 of 372 | 4,680 | |
| Instruction Following | 1451–1466 | #31 of 374 | 8,096 | |
| Chinese | 1506–1537 | #17 of 344 | 1,518 |
Source: LMArena · CC BY 4.0 · Updated 2026-07-12 · Methodology ↗ · Ranks compare models within each category of the LMArena text leaderboard (style control). Scores come from third-party human preference evaluations, not from OFOX.