The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { ChatAssistantImages } from "@openrouter/sdk/models";
let value: ChatAssistantImages = {
imageUrl: {
url: "https://colorful-brochure.net",
},
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
imageUrl | models.ChatAssistantImagesImageUrl | :heavy_check_mark: | N/A |