GRGlobalRouter Docs
Console

Videos / GET

List video models

List authenticated OpenRouter-compatible video models.

Endpoints

Mobile only shows the endpoint list. View parameter details and examples on desktop.

MethodEndpointDescription
POST/api/v1/videosCreate an OpenRouter-compatible asynchronous video generation job.
POST/api/v1/videos/super-resolution通过公网视频链接和目标分辨率create异步视频超分任务。
GET/api/v1/videos/{jobId}Read an OpenRouter-compatible video generation job.
GET/api/v1/videos/{jobId}/contentDownload generated video content as raw bytes.
GET/api/v1/videos/modelsList authenticated OpenRouter-compatible video models.
GET/api/v1/videos/models

Requires a Bearer API key with models scope. Query parameters are not accepted.

Back to Videos endpoint list

Request parameters

FieldTypeRequiredDescription
AuthorizationheaderyesBearer API key with models scope.

Response fields

FieldTypeRequiredDescription
dataobject[]yesVideo model list.
data[].allowed_passthrough_parametersstring[]noProvider passthrough parameters accepted by the model.
data[].canonical_slugstringnoCanonical model slug.
data[].createdintegernoUnix timestamp for model creation metadata when available.
data[].descriptionstringnoModel description.
data[].generate_audiobooleannoWhether audio generation is supported.
data[].hugging_face_idstringnoHugging Face model ID when available.
data[].idstringyesModel ID.
data[].namestringnoDisplay name.
data[].pricing_skusobjectnoVideo pricing SKU summary.
data[].seedbooleannoWhether seed is supported.
data[].supported_aspect_ratiosstring[]noSupported aspect ratios.
data[].supported_durationsinteger[]noSupported durations in seconds.
data[].supported_frame_imagesstring[]noSupported frame image roles.
data[].supported_resolutionsstring[]noSupported resolutions.
data[].supported_sizesstring[]noSupported combined size values.