18 lines
326 B
TOML
18 lines
326 B
TOML
base_model = "google/gemini-3.1-pro-preview"
|
|
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
|
family = "gemini"
|
|
release_date = "2025-11-18"
|
|
|
|
[cost]
|
|
input = 2
|
|
output = 12
|
|
cache_read = 0.2
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
output = 64_000
|
|
|
|
[modalities]
|
|
input = ["text", "image", "pdf"]
|
|
output = ["text"]
|