Skip to main content
GET
Node.js

Authorizations

Authorization
string
header
required

Send your API key as a bearer token: Authorization: Bearer sk_<secret>.

Path Parameters

model
string
required

The model identifier returned by the models list.

Minimum string length: 1

Response

Developer model details.

id
string
required

The model identifier.

name
string
required

The model display name.

type
enum<string>
required

The generation type supported by the model.

Available options:
image,
video
supported_aspect_ratios
string[]
required

Supported aspect ratios in default order; the first is used when omitted.

supported_durations
number[]
required

Supported durations in seconds; empty for image models. The first is the default.

supported_resolutions
string[]
required

Supported resolutions in default order; the first is used when omitted.

supports_sound
boolean
required

Whether sound generation is supported.

supported_references
object
required

Maximum reference count per supported role (reference_image, first_frame, last_frame).

pricing
object
required
created_at
string<date-time>
required

Timestamp when the model was created.