26 lines
575 B
TOML
26 lines
575 B
TOML
name = "Google: Gemini 2.5 Flash"
|
|
description = "Fast Gemini model balancing multimodal reasoning, tool use, and cost"
|
|
release_date = "2025-07-17"
|
|
last_updated = "2026-03-15"
|
|
attachment = true
|
|
reasoning_options = [{ type = "toggle" }, { type = "budget_tokens", min = 0, max = 24_576 }]
|
|
reasoning = true
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.3
|
|
output = 2.5
|
|
reasoning = 2.5
|
|
cache_read = 0.03
|
|
cache_write = 0.083333
|
|
|
|
[limit]
|
|
context = 1048576
|
|
output = 65535
|
|
|
|
[modalities]
|
|
input = ["audio", "image", "pdf", "text", "video"]
|
|
output = ["text"]
|