Skip to main content

Variable: GatewayIntegrationModelsResponseSchema

const GatewayIntegrationModelsResponseSchema: ZodObject<{
models: ZodArray<ZodObject<{
slug: ZodString;
enabled: ZodBoolean;
}, "passthrough", ZodTypeAny, objectOutputType<{
slug: ZodString;
enabled: ZodBoolean;
}, ZodTypeAny, "passthrough">, objectInputType<{
slug: ZodString;
enabled: ZodBoolean;
}, ZodTypeAny, "passthrough">>, "many">;
allow_all_models: ZodBoolean;
object: ZodString;
}, "passthrough", ZodTypeAny, objectOutputType<{
models: ZodArray<ZodObject<{
slug: ZodString;
enabled: ZodBoolean;
}, "passthrough", ZodTypeAny, objectOutputType<{
slug: ZodString;
enabled: ZodBoolean;
}, ZodTypeAny, "passthrough">, objectInputType<{
slug: ZodString;
enabled: ZodBoolean;
}, ZodTypeAny, "passthrough">>, "many">;
allow_all_models: ZodBoolean;
object: ZodString;
}, ZodTypeAny, "passthrough">, objectInputType<{
models: ZodArray<ZodObject<{
slug: ZodString;
enabled: ZodBoolean;
}, "passthrough", ZodTypeAny, objectOutputType<{
slug: ZodString;
enabled: ZodBoolean;
}, ZodTypeAny, "passthrough">, objectInputType<{
slug: ZodString;
enabled: ZodBoolean;
}, ZodTypeAny, "passthrough">>, "many">;
allow_all_models: ZodBoolean;
object: ZodString;
}, ZodTypeAny, "passthrough">>;

Defined in: src/models/ai-gateway.ts:738

integrations/{id}/models — per-model enablement for one integration.