17 lines
313 B
TOML
17 lines
313 B
TOML
base_model = "google/gemini-3.1-flash-lite"
|
|
reasoning_options = [{ type = "effort", values = ["minimal", "low", "medium", "high"] }]
|
|
family = "gemini"
|
|
|
|
[cost]
|
|
input = 0.25
|
|
output = 1.5
|
|
cache_read = 0.03
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
output = 65_000
|
|
|
|
[modalities]
|
|
input = ["text", "image", "pdf"]
|
|
output = ["text"]
|