25 lines
530 B
TOML
25 lines
530 B
TOML
name = "Gemini-2.5-Flash"
|
|
description = "Fast Gemini model balancing multimodal reasoning, tool use, and cost"
|
|
family = "gemini-flash"
|
|
release_date = "2025-04-26"
|
|
last_updated = "2025-04-26"
|
|
attachment = true
|
|
reasoning = true
|
|
reasoning_options = [{ type = "budget_tokens", min = 0, max = 24_576 }]
|
|
temperature = false
|
|
open_weights = false
|
|
tool_call = true
|
|
|
|
[cost]
|
|
input = 0.21
|
|
output = 1.8
|
|
cache_read = 0.021
|
|
|
|
[limit]
|
|
context = 1_065_535
|
|
output = 65_535
|
|
|
|
[modalities]
|
|
input = ["text", "image", "video", "audio"]
|
|
output = ["text"]
|