VideoModelsListResponse - TypeScript SDK

VideoModelsListResponse type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

1import { VideoModelsListResponse } from "@openrouter/sdk/models";
2
3let value: VideoModelsListResponse = {
4 data: [
5 {
6 allowedPassthroughParameters: [],
7 canonicalSlug: "google/veo-3.1",
8 created: 1700000000,
9 id: "google/veo-3.1",
10 name: "Veo 3.1",
11 supportedAspectRatios: [
12 "16:9",
13 ],
14 supportedDurations: [
15 5,
16 8,
17 ],
18 supportedResolutions: [
19 "720p",
20 ],
21 supportedSizes: null,
22 },
23 ],
24};

Fields

FieldTypeRequiredDescription
datamodels.VideoModel[]✔️N/A