24 lines
452 B
TOML
24 lines
452 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-17"
|
|
knowledge = "2025-01"
|
|
attachment = false
|
|
reasoning = false
|
|
tool_call = true
|
|
temperature = true
|
|
open_weights = false
|
|
|
|
|
|
[cost]
|
|
input = 1.654
|
|
output = 11.024
|
|
|
|
[limit]
|
|
context = 1_048_576
|
|
output = 65_535
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"] |