The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { ChatMessageContentItemVideoVideoURL } from "@openrouter/sdk/models";
let value: ChatMessageContentItemVideoVideoURL = {
type: "video_url",
videoUrl: {
url: "https://palatable-subexpression.com/",
},
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
type | ”video_url” | :heavy_check_mark: | N/A |
videoUrl | models.VideoUrl2 | :heavy_check_mark: | N/A |