nanobanana_list_models
Retrieve available image generation models with details like IDs, capabilities, features, and maximum resolutions for API integration.
Instructions
List available Nano Banana image generation models and their capabilities.
Returns information about:
Model IDs for API calls
Model names and descriptions
Features and capabilities
Maximum resolution supported
Args:
response_format (string): Output format. Options: 'markdown' (default), 'json'
Returns:
models: Array of model information objects with id, name, description, features, maxResolution
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable. Default: markdown | markdown |