The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { ChatContentVideoInput } from "@openrouter/sdk/models";
let value: ChatContentVideoInput = {
url: "https://example.com/video.mp4",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
url | string | :heavy_check_mark: | URL of the video (data: URLs supported) |