24 lines
502 B
TOML
24 lines
502 B
TOML
name = "Gemini-3.1-Pro"
|
|
description = "Advanced Gemini model for complex reasoning, coding, and multimodal analysis"
|
|
release_date = "2026-02-19"
|
|
last_updated = "2026-02-19"
|
|
attachment = true
|
|
reasoning = true
|
|
reasoning_options = [{ type = "effort", values = ["low", "high"] }]
|
|
temperature = false
|
|
open_weights = false
|
|
tool_call = true
|
|
|
|
[cost]
|
|
input = 2
|
|
output = 12
|
|
cache_read = 0.2
|
|
|
|
[limit]
|
|
context = 1_048_576
|
|
output = 65_536
|
|
|
|
[modalities]
|
|
input = ["text", "image", "video", "audio"]
|
|
output = ["text"]
|