Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

import { ContentImageURL } from "@openrouter/sdk/models/operations";

let value: ContentImageURL = {
  type: "image_url",
  imageUrl: {
    url: "https://zealous-march.biz/",
  },
};

Fields

FieldTypeRequiredDescription
type”image_url”:heavy_check_mark:N/A
imageUrloperations.ImageUrl:heavy_check_mark:N/A