18 lines
288 B
TOML
18 lines
288 B
TOML
base_model = "google/gemini-3.5-flash"
|
|
|
|
[[reasoning_options]]
|
|
type = "toggle"
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["minimal", "low", "medium", "high"]
|
|
|
|
[cost]
|
|
input = 1.5
|
|
output = 9
|
|
cache_read = 0.15
|
|
cache_write = 1.5
|
|
|
|
[modalities]
|
|
input = ["text", "image", "audio", "video"]
|