Get model details
Get model details
Retrieve detailed information about a specific model by slug
GET
Get model details
Query Parameters
Model slug identifier
Response
Model details retrieved successfully
Example:
"Nano Banana Pro Edit"
Example:
"nano-banana-pro-edit"
Deprecated. Always returns "0.0.1". Will be removed in a future version.
Example:
"0.0.1"
Example:
"array"
JSON Schema for API requests to this model. Defines the structure, types, and validation rules for making requests.
Example:
{
"type": "object",
"required": ["prompt"],
"properties": {
"prompt": {
"type": "string",
"minLength": 10,
"maxLength": 500
}
}
}Last modified on June 17, 2026