Files
2026-07-13 12:28:55 +08:00

26 lines
593 B
TOML

name = "Gemini 3 Flash"
description = "Fast Gemini model balancing multimodal reasoning, tool use, and cost"
release_date = "2025-12-17"
last_updated = "2025-12-17"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "max"] }, { type = "budget_tokens" }]
temperature = true
knowledge = "2025-01"
tool_call = true
open_weights = false
[cost]
input = 0.5
output = 3
cache_read = 0.05
cache_write = 1
[limit]
context = 1_048_576
output = 65_536
[modalities]
input = ["text", "image", "audio", "video", "pdf"]
output = ["text"]