ContentImageURL - TypeScript SDK

ContentImageURL type definition

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

Example Usage

1import { ContentImageURL } from "@openrouter/sdk/models/operations";
2
3let value: ContentImageURL = {
4 imageUrl: {
5 url: "https://zealous-march.biz/",
6 },
7 type: "image_url",
8};

Fields

FieldTypeRequiredDescription
imageUrloperations.ImageUrl✔️N/A
type”image_url”✔️N/A