Skip to main content

Type Alias: GatewayInferenceCreateTranslationResponseJson

type GatewayInferenceCreateTranslationResponseJson = {
[key: string]: unknown;
text: string;
};

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

Portkey CreateTranslationResponseJson; additive response fields are preserved.

Example​

`GatewayInferenceCreateTranslationResponseJsonSchema.parse(value);`

Indexable​

[key: string]: unknown

Properties​

text​

text: string;

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