Variable: GatewayCatalogProviderSchema
const GatewayCatalogProviderSchema: ZodObject<{
id: ZodString;
slug: ZodString;
name: ZodString;
status: ZodString;
description: ZodOptional<ZodNullable<ZodString>>;
created_at: ZodOptional<ZodNullable<ZodString>>;
last_updated_at: ZodOptional<ZodNullable<ZodString>>;
}, "passthrough", ZodTypeAny, objectOutputType<{
id: ZodString;
slug: ZodString;
name: ZodString;
status: ZodString;
description: ZodOptional<ZodNullable<ZodString>>;
created_at: ZodOptional<ZodNullable<ZodString>>;
last_updated_at: ZodOptional<ZodNullable<ZodString>>;
}, ZodTypeAny, "passthrough">, objectInputType<{
id: ZodString;
slug: ZodString;
name: ZodString;
status: ZodString;
description: ZodOptional<ZodNullable<ZodString>>;
created_at: ZodOptional<ZodNullable<ZodString>>;
last_updated_at: ZodOptional<ZodNullable<ZodString>>;
}, ZodTypeAny, "passthrough">>;
Defined in: src/models/ai-gateway.ts:890
One provider family from /utils/static-resources/ai-providers (captured 2026-09-12:
77 entries such as open-ai, x-ai, azure-openai, bedrock). The catalog carries no
configuration-field metadata; ai_provider_id on an integration is the id here.