-
-
Notifications
You must be signed in to change notification settings - Fork 432
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Problem
In #1437, %ai list
currently just returns every single model. Last time I checked, this is around 1000 models.
Proposed Solution
%ai list
should list all providers by default, and ask the user to run%ai list <provider-name>
.%ai list <provider-name>
should list all models available from one provider. It should also note that the list is not comprehensive, and include a reference to the upstream LiteLLM docs.%ai list all
should list all ~1000 models as done previously.
Additional context
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request