37 lines
688 B
TOML
37 lines
688 B
TOML
name = "Gemini 3 Pro Preview"
|
|
description = "Preview Gemini flagship for complex reasoning, coding, and rich multimodal prompts"
|
|
family = "gemini-pro"
|
|
release_date = "2025-11-18"
|
|
last_updated = "2025-11-18"
|
|
attachment = true
|
|
reasoning = true
|
|
temperature = true
|
|
tool_call = true
|
|
structured_output = true
|
|
knowledge = "2025-01"
|
|
open_weights = false
|
|
status = "deprecated"
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["low", "high"]
|
|
|
|
[cost]
|
|
input = 2
|
|
output = 12
|
|
cache_read = 0.2
|
|
|
|
[[cost.tiers]]
|
|
tier = { size = 200_000 }
|
|
input = 4
|
|
output = 18
|
|
cache_read = 0.4
|
|
|
|
[limit]
|
|
context = 1_048_576
|
|
output = 65_536
|
|
|
|
[modalities]
|
|
input = ["text", "image", "video", "audio", "pdf"]
|
|
output = ["text"]
|