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

37 lines
714 B
TOML

name = "Gemini 3 Pro"
description = "Legacy model retained for compatibility with older integrations"
family = "gemini-pro"
release_date = "2025-11-18"
last_updated = "2025-11-18"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "high"] }]
temperature = true
tool_call = true
structured_output = true
knowledge = "2025-01"
open_weights = false
status = "deprecated"
[cost]
input = 2.00
output = 12.00
cache_read = 0.20
[[cost.tiers]]
tier = { size = 200_000 }
input = 4.00
output = 18.00
cache_read = 0.40
[limit]
context = 1_048_576
output = 65_536
[modalities]
input = ["text", "image", "video", "audio", "pdf"]
output = ["text"]
[provider]
npm = "@ai-sdk/google"