28 lines
529 B
TOML
28 lines
529 B
TOML
name = "Nano Banana 2"
|
|
description = "Image model for prompt-driven generation, editing, and visual design workflows"
|
|
family = "gemini-flash"
|
|
release_date = "2026-02-26"
|
|
last_updated = "2026-02-26"
|
|
attachment = true
|
|
reasoning = true
|
|
temperature = true
|
|
tool_call = false
|
|
knowledge = "2025-01"
|
|
open_weights = false
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["minimal", "high"]
|
|
|
|
[cost]
|
|
input = 0.5
|
|
output = 60
|
|
|
|
[limit]
|
|
context = 65_536
|
|
output = 65_536
|
|
|
|
[modalities]
|
|
input = ["text", "image", "pdf"]
|
|
output = ["text", "image"]
|