18 lines
358 B
TOML
18 lines
358 B
TOML
base_model = "google/gemini-3.1-flash-image-preview"
|
|
reasoning_options = [{ type = "effort", values = ["minimal", "high"] }]
|
|
name = "Gemini 3.1 Flash Image Preview (Nano Banana 2)"
|
|
family = "gemini"
|
|
|
|
[cost]
|
|
input = 0.5
|
|
output = 3
|
|
cache_read = 0.05
|
|
|
|
[limit]
|
|
context = 131_072
|
|
output = 32_768
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text", "image"]
|