26 lines
559 B
TOML
26 lines
559 B
TOML
name = "Google: Gemini 2.5 Pro"
|
|
description = "Advanced Gemini model for complex reasoning, coding, and multimodal analysis"
|
|
release_date = "2025-03-20"
|
|
last_updated = "2026-03-15"
|
|
attachment = true
|
|
reasoning_options = [{ type = "budget_tokens", min = 128, max = 32_768 }]
|
|
reasoning = true
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 1.25
|
|
output = 10
|
|
reasoning = 10
|
|
cache_read = 0.125
|
|
cache_write = 0.375
|
|
|
|
[limit]
|
|
context = 1048576
|
|
output = 65536
|
|
|
|
[modalities]
|
|
input = ["audio", "image", "pdf", "text", "video"]
|
|
output = ["text"]
|