18 lines
294 B
TOML
18 lines
294 B
TOML
base_model = "google/gemini-3-flash-preview"
|
|
|
|
[[reasoning_options]]
|
|
type = "toggle"
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["minimal", "low", "medium", "high"]
|
|
|
|
[cost]
|
|
input = 0.5
|
|
output = 3
|
|
cache_read = 0.05
|
|
cache_write = 0.5
|
|
|
|
[modalities]
|
|
input = ["text", "image", "video", "audio"]
|