Skip to main content

Variable: GatewayAzureDeploymentConfigSchema

const GatewayAzureDeploymentConfigSchema: z.ZodType<{
[key: string]: unknown;
alias?: string;
azure_api_version: string;
azure_deployment_name: string;
is_default?: boolean;
azure_model_slug: string;
}>;

Defined in: src/models/ai-gateway-extensions.ts:2521

SCM AzureDeploymentConfig; unknown response fields are preserved.