17 lines
305 B
TOML
17 lines
305 B
TOML
base_model = "google/gemini-3.5-flash"
|
|
reasoning_options = [{ type = "effort", values = ["minimal", "low", "medium", "high"] }]
|
|
family = "gemini"
|
|
|
|
[cost]
|
|
input = 1.5
|
|
output = 9
|
|
cache_read = 0.15
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
output = 64_000
|
|
|
|
[modalities]
|
|
input = ["text", "image", "pdf"]
|
|
output = ["text"]
|