Get Pollinations Model Details
pollinations_get_model_detailsRetrieve full metadata for a specific Pollinations image or video model by name or alias, including pricing, capabilities, and modalities.
Instructions
Get full metadata for one Pollinations image or video model by name or alias. Use this after pollinations_list_models when an agent needs exact pricing, capabilities, reference-image limits, input/output modalities, aliases, or raw fields for a specific model. Results use the same 15-minute in-memory model catalog cache unless refresh=true. Args: - model (string, required): Model name or alias, e.g. nanobanana, p-image-edit, ltx-2, wan-fast, veo. - refresh (boolean, optional, default false): Bypass the 15-minute cache and refetch /image/models first. - response_format (string, optional, default markdown): markdown for readable details, json for raw model metadata. Returns: Full metadata for the matching model. If no model matches, call pollinations_list_models with a broader search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Model name or alias to inspect, for example nanobanana, p-image-edit, ltx-2, wan-fast, or veo. | |
| refresh | No | Bypass the 15-minute in-memory cache and refetch the Pollinations model catalog. | |
| response_format | No | MCP response format: markdown for readable model details, json for raw metadata. | markdown |