/** * Local model catalog — single source of truth for the Local provider. * SDK-free: imports only from the types layer. See anthropic.models.ts for rationale. * * The Local provider targets any OpenAI-compatible server; model names are fully * dynamic (whatever the user has loaded), so only a representative default is listed. */ import type { ProviderDescriptor } from '../../plugins/plugin-api.types.js'; export declare const LOCAL_DESCRIPTOR: ProviderDescriptor; //# sourceMappingURL=local.models.d.ts.map