30 lines
766 B
TOML
30 lines
766 B
TOML
name = "Google Gemini 2.5 Pro"
|
|
description = "Advanced Gemini model for complex reasoning, coding, and multimodal analysis"
|
|
# Native exception (accessed 2026-06-25): `thinkingBudget` -1 is dynamic and the
|
|
# manual range is 128..32768; thinking cannot be disabled with budget 0.
|
|
# https://ai.google.dev/gemini-api/docs/thinking
|
|
family = "gemini-pro"
|
|
release_date = "2025-06-17"
|
|
last_updated = "2025-06-17"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = [{ type = "budget_tokens", min = 128, max = 32_768 }]
|
|
temperature = true
|
|
tool_call = true
|
|
knowledge = "2025-06"
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 1.25
|
|
output = 10
|
|
cache_read = 0.3125
|
|
cache_write = 1.25
|
|
|
|
[limit]
|
|
context = 1048576
|
|
output = 65536
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|