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

27 lines
627 B
TOML

name = "Gemini 2.5 Flash"
description = "Fast Gemini model balancing multimodal reasoning, tool use, and cost"
family = "gemini-flash"
release_date = "2025-06-17"
last_updated = "2025-06-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.30
output = 2.50
cache_read = 0.075
cache_write = 0.55
[limit]
context = 1_048_576
output = 65_536
[modalities]
input = ["text", "image", "audio", "video", "pdf"]
output = ["text"]