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 = {
imageUrl: {
url: "https://zealous-march.biz/",
},
type: "image_url",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
imageUrl | operations.ImageUrl | :heavy_check_mark: | N/A |
type | ”image_url” | :heavy_check_mark: | N/A |