ChatContentVideoInput - TypeScript SDK

ChatContentVideoInput type definition

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

Video input object

Example Usage

1import { ChatContentVideoInput } from "@openrouter/sdk/models";
2
3let value: ChatContentVideoInput = {
4 url: "https://example.com/video.mp4",
5};

Fields

FieldTypeRequiredDescription
urlstring✔️URL of the video (data: URLs supported)