Type Alias: GatewayInferenceInputMetadata
type GatewayInferenceInputMetadata =
| {
[key: string]: string;
}
| null;
Defined in: src/models/ai-gateway-inference.ts:2361
Portkey Metadata; strict modeled input with explicit JSON extension maps.
Example
`GatewayInferenceInputMetadataSchema.parse(value);`