The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { ChatMessageContentItemVideoInputVideo } from "@openrouter/sdk/models";
let value: ChatMessageContentItemVideoInputVideo = {
type: "input_video",
videoUrl: {
url: "https://salty-diversity.biz",
},
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
type | ”input_video” | :heavy_check_mark: | N/A |
videoUrl | models.VideoUrl1 | :heavy_check_mark: | N/A |