Type Alias: GatewayInferenceInputChatCompletionStreamOptions
type GatewayInferenceInputChatCompletionStreamOptions =
| {
include_usage?: boolean;
}
| null;
Defined in: src/models/ai-gateway-inference.ts:92
Portkey ChatCompletionStreamOptions; strict modeled input with explicit JSON extension maps.
Example
`GatewayInferenceInputChatCompletionStreamOptionsSchema.parse(value);`