Skip to main content
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

string
Filter by media type: image or video.
string
Filter by provider (e.g. google, kling, bytedance, flux, sora, xai).
string
Filter by tag (e.g. motion-control, video-edit, extend, first-last-frames, new).

Response

array
Array of model summary objects.
number
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.

Example