Files
2026-07-13 12:28:55 +08:00

25 lines
532 B
TOML

name = "Gemini-2.5-Pro"
description = "Advanced Gemini model for complex reasoning, coding, and multimodal analysis"
family = "gemini-pro"
release_date = "2025-02-05"
last_updated = "2025-02-05"
attachment = true
reasoning = true
reasoning_options = [{ type = "budget_tokens", min = 0, max = 32_768 }]
temperature = false
open_weights = false
tool_call = true
[cost]
input = 0.87
output = 7
cache_read = 0.087
[limit]
context = 1_065_535
output = 65_535
[modalities]
input = ["text", "image", "video", "audio"]
output = ["text"]