Type Alias: GatewayInferenceImagesResponse
type GatewayInferenceImagesResponse = {
[key: string]: unknown;
created: number;
data: GatewayInferenceImage[];
};
Defined in: src/models/ai-gateway-inference.ts:5211
Portkey ImagesResponse; additive response fields are preserved.
Example
`GatewayInferenceImagesResponseSchema.parse(value);`
Indexable
[key: string]: unknown
Properties
created
created: number;
Defined in: src/models/ai-gateway-inference.ts:5212
data
data: GatewayInferenceImage[];
Defined in: src/models/ai-gateway-inference.ts:5213