Variable: GatewayCatalogProviderConfigurationSchema
const GatewayCatalogProviderConfigurationSchema: z.ZodType<
| GatewayCatalogOpenAIConfiguration
| GatewayCatalogAzureOpenAIConfiguration
| GatewayCatalogBedrockConfiguration
| GatewayCatalogVertexAIConfiguration
| GatewayCatalogAzureAIConfiguration
| GatewayCatalogWorkersAIConfiguration
| GatewayCatalogSageMakerConfiguration
| GatewayCatalogHuggingFaceConfiguration
| GatewayCatalogCortexConfiguration
| GatewayCatalogCustomHostConfiguration>;
Defined in: src/models/ai-gateway-extensions.ts:2718
SCM CatalogProviderConfiguration; unknown response fields are preserved.