11 lines
206 B
TOML
11 lines
206 B
TOML
base_model = "google/gemini-3.1-flash-image"
|
|
reasoning_options = [{ type = "effort", values = ["minimal", "high"] }]
|
|
|
|
[cost]
|
|
input = 0.5
|
|
output = 3
|
|
cache_read = 0.05
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|