Files
2026-07-13 12:28:55 +08:00

29 lines
771 B
TOML

name = "Google Gemini 3 Pro Preview"
description = "Advanced Gemini model for complex reasoning, coding, and multimodal analysis"
# Native exception (accessed 2026-06-25): `thinkingLevel` supports low and high
# for Gemini 3 Pro; numeric `thinkingBudget` is a Gemini 2.5 control.
# https://ai.google.dev/gemini-api/docs/thinking
family = "gemini-pro"
release_date = "2025-11-18"
last_updated = "2025-11-18"
attachment = false
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "high"] }]
temperature = true
tool_call = true
knowledge = "2025-11"
open_weights = false
[cost]
input = 2
output = 12
cache_read = 0.19999999999999998
[limit]
context = 1048576
output = 65536
[modalities]
input = ["text", "image", "audio", "video"]
output = ["text"]