Assets
List Asset Models
List all available asset generation models with their capabilities, optionally filtered
GET
Overview
Returns a summary of every model available for asset generation. Each model includes its provider, type, capabilities (aspect ratios, resolutions, durations, etc.), tags, and base cost. Use this to discover which models exist and what they can do. For the full JSON schema of an individual model (including input schema and settings), use Get Model.Authentication
This endpoint requires API key authentication. Include your API key in the
Authorization header.Query Parameters
Filter by media type:
image or video.Filter by provider (e.g.
google, kling, bytedance, flux, sora, xai).Filter by tag (e.g.
motion-control, video-edit, extend, first-last-frames, new).Response
Array of model summary objects.
Number of models in the response (after filtering).
Hoisted filters. When you filter by
type and/or provider, that value is the same for every result, so it is returned once at the root of the response and omitted from each item (to save payload size). Unfiltered requests keep type and provider on each item.
