Variable: GatewayProviderCreateResponseSchema
const GatewayProviderCreateResponseSchema: ZodObject<{
id: ZodString;
slug: ZodString;
object: ZodString;
}, "passthrough", ZodTypeAny, objectOutputType<{
id: ZodString;
slug: ZodString;
object: ZodString;
}, ZodTypeAny, "passthrough">, objectInputType<{
id: ZodString;
slug: ZodString;
object: ZodString;
}, ZodTypeAny, "passthrough">>;
Defined in: src/models/ai-gateway.ts:684
POST /providers response — a 3-field creation receipt, not a GatewayProvider.
Verified live 2026-07-28. No version_id — unlike its GatewayConfigCreateResponseSchema and GatewayGuardrailCreateResponseSchema
siblings. Do not add one speculatively.