Type Alias: GatewayInferenceCreateTranscriptionResponseJson
type GatewayInferenceCreateTranscriptionResponseJson = {
[key: string]: unknown;
text: string;
};
Defined in: src/models/ai-gateway-inference.ts:5577
Portkey CreateTranscriptionResponseJson; additive response fields are preserved.
Example
`GatewayInferenceCreateTranscriptionResponseJsonSchema.parse(value);`
Indexable
[key: string]: unknown
Properties
text
text: string;
Defined in: src/models/ai-gateway-inference.ts:5578