The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { OutputImage } from "@openrouter/sdk/models";
let value: OutputImage = {
type: "image",
url: "https://circular-epic.info/",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
type | ”image” | :heavy_check_mark: | N/A |
url | string | :heavy_check_mark: | N/A |