26 lines
562 B
TOML
26 lines
562 B
TOML
name = "Gemini 2.5 Pro"
|
|
description = "Advanced Gemini model for complex reasoning, coding, and multimodal analysis"
|
|
family = "gemini-pro"
|
|
release_date = "2025-03-20"
|
|
last_updated = "2025-06-05"
|
|
attachment = true
|
|
reasoning = true
|
|
reasoning_options = [{ type = "budget_tokens", min = 128, max = 32_768 }]
|
|
temperature = true
|
|
knowledge = "2025-01"
|
|
tool_call = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 1.25
|
|
output = 10
|
|
cache_read = 0.31
|
|
|
|
[limit]
|
|
context = 1_048_576
|
|
output = 65_536
|
|
|
|
[modalities]
|
|
input = ["text", "image", "audio", "video", "pdf"]
|
|
output = ["text"]
|