27 lines
595 B
TOML
27 lines
595 B
TOML
name = "Gemini 3.1 Pro Preview"
|
|
description = "Advanced Gemini model for complex reasoning, coding, and multimodal analysis"
|
|
family = "gemini-pro"
|
|
release_date = "2026-02-18"
|
|
last_updated = "2026-02-18"
|
|
attachment = true
|
|
reasoning = true
|
|
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
|
temperature = true
|
|
tool_call = true
|
|
structured_output = true
|
|
knowledge = "2026-01"
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 2
|
|
output = 12
|
|
cache_read = 0.2
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
output = 64_000
|
|
|
|
[modalities]
|
|
input = ["text", "image", "video", "audio", "pdf"]
|
|
output = ["text"]
|