30 lines
754 B
TOML
30 lines
754 B
TOML
name = "Google Gemini 2.5 Flash"
|
|
description = "Fast Gemini model balancing multimodal reasoning, tool use, and cost"
|
|
# Native exception (accessed 2026-06-25): `thinkingBudget` 0 disables, -1 is
|
|
# dynamic, and the manual range is 0..24576 tokens.
|
|
# https://ai.google.dev/gemini-api/docs/thinking
|
|
family = "gemini-flash"
|
|
release_date = "2025-06-17"
|
|
last_updated = "2025-06-17"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = [{ type = "toggle" }, { type = "budget_tokens", min = 0, max = 24_576 }]
|
|
temperature = true
|
|
tool_call = true
|
|
knowledge = "2025-06"
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.3
|
|
output = 2.5
|
|
cache_read = 0.075
|
|
cache_write = 0.3
|
|
|
|
[limit]
|
|
context = 1048576
|
|
output = 65535
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|