35 lines
640 B
TOML
35 lines
640 B
TOML
name = "Gemini Flash Latest"
|
|
description = "Fast Gemini model balancing multimodal reasoning, tool use, and cost"
|
|
family = "gemini-flash"
|
|
release_date = "2025-09-25"
|
|
last_updated = "2025-09-25"
|
|
attachment = true
|
|
reasoning = true
|
|
temperature = true
|
|
knowledge = "2025-01"
|
|
tool_call = true
|
|
structured_output = true
|
|
open_weights = false
|
|
|
|
[[reasoning_options]]
|
|
type = "toggle"
|
|
|
|
[[reasoning_options]]
|
|
type = "budget_tokens"
|
|
min = 0
|
|
max = 24_576
|
|
|
|
[cost]
|
|
input = 0.30
|
|
output = 2.50
|
|
cache_read = 0.075
|
|
input_audio = 1.00
|
|
|
|
[limit]
|
|
context = 1_048_576
|
|
output = 65_536
|
|
|
|
[modalities]
|
|
input = ["text", "image", "audio", "video", "pdf"]
|
|
output = ["text"]
|