/** * Auto-generated provider catalog. * * Generated by: @cline/llms/scripts/generate-models.ts * * To generate a models.dev provider, ensure its upstream entry uses an AI SDK * package supported by catalog-live.ts. Add an ID mapping in provider-keys.ts * when Cline's generated ID differs from the models.dev key, and ensure the ID * is not in MODELS_DEV_BLOCKED_PROVIDER_IDS. Then run: * bun -F @cline/llms generate:models * * Product/runtime-only providers belong in builtins.ts and are merged with * this catalog; they do not need to appear in this generated file. * * WARNING: DO NOT EDIT THIS FILE MANUALLY. */ import type { BuiltinSpec } from "./builtin-types"; export declare const GENERATED_PROVIDER_SPECS: readonly BuiltinSpec[]; //# sourceMappingURL=providers.generated.d.ts.map