v4

latestOpenAPI 3.1.02026-08-0143190206.8 KB
v1

Get full information about a video generation model with its model_id.

get/v1/video-generation-models/{model_id}

Path parameters

model_idstring required

ID of the model to get.

Response

Success

aliasesstring[] required

Alias ID(s) of the model that user can use in a request's model field.

createdinteger required

Model creation time in Unix timestamp.

fingerprintstring required

Fingerprint of the xAI system configuration hosting the model.

idstring required

Model ID.

input_modalitiesstring[] required

The input modalities supported by the model (e.g. "text", "image"; "audio" for models accepting reference audio).

objectstring required

The object type, which is always "model".

output_modalitiesstring[] required

The output modalities supported by the model (e.g. "video").

owned_bystring required

Owner of the model.

versionstring required

Version of the model.