13 lines
272 B
TOML
13 lines
272 B
TOML
base_model = "google/gemini-3.5-flash"
|
|
reasoning_options = [{ type = "effort", values = ["minimal", "low", "high"] }]
|
|
name = "Gemini-3.5-Flash"
|
|
temperature = false
|
|
|
|
[cost]
|
|
input = 1.5152
|
|
output = 9.0909
|
|
cache_read = 0.1515
|
|
|
|
[modalities]
|
|
input = ["text", "image", "audio"]
|