Skip to main content
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

FieldTypeRequiredDescription
type”input_video”:heavy_check_mark:N/A
videoUrlmodels.VideoUrl1:heavy_check_mark:N/A