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

FieldTypeRequiredDescription
type”video_url”:heavy_check_mark:N/A
videoUrlmodels.VideoUrl2:heavy_check_mark:N/A