The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { CustomToolCallOutputItemOutputInputImage } from "@openrouter/sdk/models";
let value: CustomToolCallOutputItemOutputInputImage = {
detail: "auto",
type: "input_image",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
detail | models.CustomToolCallOutputItemDetail | :heavy_check_mark: | N/A |
imageUrl | string | :heavy_minus_sign: | N/A |
type | ”input_image” | :heavy_check_mark: | N/A |