27 lines
628 B
TOML
27 lines
628 B
TOML
name = "Gemini 3 Pro"
|
|
description = "Advanced Gemini model for complex reasoning, coding, and multimodal analysis"
|
|
family = "gemini-pro"
|
|
release_date = "2025-11-18"
|
|
last_updated = "2025-11-18"
|
|
attachment = true
|
|
reasoning = true
|
|
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "max"] }, { type = "budget_tokens" }]
|
|
temperature = true
|
|
knowledge = "2025-01"
|
|
tool_call = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 2.00
|
|
output = 12.00
|
|
cache_read = 0.2
|
|
cache_write = 4.50
|
|
|
|
[limit]
|
|
context = 1_048_576
|
|
output = 65_536
|
|
|
|
[modalities]
|
|
input = ["text", "image", "audio", "video", "pdf"]
|
|
output = ["text"]
|