26 lines
551 B
TOML
26 lines
551 B
TOML
name = "Gemini 3 Flash"
|
|
description = "Fast Gemini model balancing multimodal reasoning, tool use, and cost"
|
|
family = "gemini-flash"
|
|
release_date = "2025-12-17"
|
|
last_updated = "2025-12-17"
|
|
attachment = true
|
|
reasoning = true
|
|
reasoning_options = [{ type = "effort", values = ["minimal", "low", "medium", "high"] }]
|
|
temperature = true
|
|
tool_call = true
|
|
knowledge = "2025-03"
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.5
|
|
output = 3
|
|
cache_read = 0.05
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
output = 65_000
|
|
|
|
[modalities]
|
|
input = ["text", "image", "pdf"]
|
|
output = ["text"]
|