OutputImageGenerationCallItem - TypeScript SDK

OutputImageGenerationCallItem type definition

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

Example Usage

1import { OutputImageGenerationCallItem } from "@openrouter/sdk/models";
2
3let value: OutputImageGenerationCallItem = {
4 id: "img-abc123",
5 status: "completed",
6 type: "image_generation_call",
7};

Fields

FieldTypeRequiredDescriptionExample
idstring✔️N/A
resultstringN/A
statusmodels.ImageGenerationStatus✔️N/Acompleted
typemodels.OutputImageGenerationCallItemType✔️N/A