Skip to main content
GET
Get Studio Models
Returns partner-ready model metadata for Studio generation.

Query Parameters

string
Optional filter: image, video, or all. Omit to return both (all).

Response

Successful requests return 200 with:
  • mode - all, image, or video
  • total - number of returned models
  • models - normalized model list

Model Object

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.

Error Responses

  • 401 - authentication failed (missing/invalid/revoked token)
  • 402 subscription_required - active Creator/Professional/Business plan required
  • 403 tier_not_allowed - Scheduler tier cannot use Partner API
  • 422 invalid_query - unsupported mode