Skip to main content

Type Alias: GatewayInferenceMetadata

type GatewayInferenceMetadata =
| {
[key: string]: unknown;
}
| null;

Defined in: src/models/ai-gateway-inference.ts:3486

Portkey Metadata; additive response fields are preserved.

Example​

`GatewayInferenceMetadataSchema.parse(value);`