Skip to main content

Type Alias: GatewayInferenceResponseAudioDeltaEvent

type GatewayInferenceResponseAudioDeltaEvent = {
[key: string]: unknown;
type: "response.audio.delta";
delta: string;
};

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

Portkey ResponseAudioDeltaEvent; additive response fields are preserved.

Example​

`GatewayInferenceResponseAudioDeltaEventSchema.parse(value);`

Indexable​

[key: string]: unknown

Properties​

type​

type: "response.audio.delta";

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


delta​

delta: string;

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