List Studio image/video models with normalized capabilities, params, and credit notes.
Returns partner-ready model metadata for Studio generation.Documentation Index
Fetch the complete documentation index at: https://docs.genviral.io/llms.txt
Use this file to discover all available pages before exploring further.
image, video, or all. Omit to return both (all).200 with:
mode - all, image, or videototal - number of returned modelsmodels - normalized model list| Field | Type | Description |
|---|---|---|
id | string | Model ID used in generation requests |
mode | image | video | Model category |
name | string | Display name |
provider | string | Provider label |
description | string | Short model description |
credits.default_cost | number | Default credit estimate |
credits.notes | string | Credit calculation notes |
capabilities | object | Supported input/output modes |
inputs | object | Required and optional fields, plus conditional rules (for example one_of:motion,prompt or one_of:audio_url,speech_text) when applicable |
params | object | Normalized params and options |
raw_available_params | object | null | Raw internal options for advanced mapping |
inputs.optional only lists speech_text, voice_id, and audio_url when
the selected model supports explicit speech, lipsync input, or Seedance 2.0
reference audio. Prompt-driven models such as openai/sora-2 and
google/veo-3 are prompt-only: include spoken dialogue inside prompt and do
not send separate speech fields.
401 - authentication failed (missing/invalid/revoked token)402 subscription_required - active Creator/Professional/Business plan required403 tier_not_allowed - Scheduler tier cannot use Partner API422 invalid_query - unsupported mode