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

24 lines
509 B
TOML

name = "Gemini-3-Flash"
description = "Fast Gemini model balancing multimodal reasoning, tool use, and cost"
release_date = "2025-10-07"
last_updated = "2025-10-07"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["minimal", "low", "high"] }]
temperature = false
open_weights = false
tool_call = true
[cost]
input = 0.4
output = 2.4
cache_read = 0.04
[limit]
context = 1_048_576
output = 65_536
[modalities]
input = ["text", "image", "video", "audio"]
output = ["text"]