Instead of maintaining static lists of models source them from well-known online sources.
AI core has {{AI_API_URL}}/lm/scenarios/foundation-models/models, and other providers tend to have similar backends.
In particular models.dev has an API/list that would cover most model providers: https://models.dev (AI Core models).
Cline uses this list and includes it statically with additional information being loaded at runtime.
Instead of maintaining static lists of models source them from well-known online sources.
AI core has
{{AI_API_URL}}/lm/scenarios/foundation-models/models, and other providers tend to have similar backends.In particular models.dev has an API/list that would cover most model providers: https://models.dev (AI Core models).
Cline uses this list and includes it statically with additional information being loaded at runtime.