TypeScript SDKAPI ReferenceModelsOutputImageGenerationCallItem - TypeScript SDKCopy pageOutputImageGenerationCallItem type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { OutputImageGenerationCallItem } from "@openrouter/sdk/models";23let value: OutputImageGenerationCallItem = {4 id: "img-abc123",5 status: "completed",6 type: "image_generation_call",7}; Fields FieldTypeRequiredDescriptionExampleidstring✔️N/Aresultstring➖N/Astatusmodels.ImageGenerationStatus✔️N/Acompletedtypemodels.OutputImageGenerationCallItemType✔️N/A