PROVIDER_DESCRIPTORS
constPROVIDER_DESCRIPTORS: readonlyProviderDescriptor[]
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/providers/modelDiscovery.ts:158
Provider registry. The curated preferredModels are the models we have
tested with Gaunt Sloth’s agent loop; defaults mirror the init templates in
each #src/providers/<id>.js factory.
CFG-22 (2026-07-24): the CLOUD curated lists were trimmed to 1-2 current-gen ids/provider
(head-first = the runtime default via getCuratedFallbackModel). Every surviving cloud id was live
tool-call-validated with a gth eval identity matrix (a marker-read that proves a real tool
call), with two exceptions: vertexai (no ADC here → mirrors the google-genai head) and ollama
(local ids, out of the cloud-trim scope — kept as-is, validated against the local daemon if
present). A dead id was caught and dropped: groq’s qwen 404’d (model_not_found).