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

26 lines
557 B
TOML

name = "Gemini 2.5 Flash"
description = "Fast Gemini model balancing multimodal reasoning, tool use, and cost"
family = "gemini-flash"
release_date = "2025-07-17"
last_updated = "2025-07-17"
attachment = true
reasoning = true
reasoning_options = [{ type = "budget_tokens", min = 0, max = 24_576 }]
temperature = true
knowledge = "2025-01"
tool_call = true
open_weights = false
[cost]
input = 0.3
output = 2.5
cache_read = 0.075
[limit]
context = 1_048_576
output = 65_536
[modalities]
input = ["text", "image", "audio", "video", "pdf"]
output = ["text"]