You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I select a provider, I would like to have a list with the available models.
In this list, I can filter items
When I double-click on a model name, it's copied into the model input
How
In the "Settings" window, add a new section "Available models" below "API key" for supported providers.
In this section, add a list.
This list is filled with names of models and if possible, prices.
For instance, for OpenRouter, a call to https://openrouter.ai/api/v1/models returns a list of models (id) and the associated prices.
A text box would allow to filter models.
For instance, if I type "openai", the list will be filtered with only models containing the word "openai".
When I double-click on an element, it fills the Model text input.
I wonder if it would be possible to use the Aider's "/models" feature, but I find it quite slow comparing to a call to specific APIs.
The text was updated successfully, but these errors were encountered:
because input a model name may be easy for users, currently extension does not have an appropriate ui component and need to create one and do other ui logic. this may cost some time and actually I do not have enough to do this. I may want to give much more time to fix bug and some other features.
absolutely yes. but it is better to discuss what you want to do to void some extra work before you started.
I may start to work with mutiple providers feature soon.
Feature description
model
inputHow
In the "Settings" window, add a new section "Available models" below "API key" for supported providers.
In this section, add a list.
This list is filled with names of models and if possible, prices.
For instance, for OpenRouter, a call to
https://openrouter.ai/api/v1/models
returns a list of models (id
) and the associated prices.A text box would allow to filter models.
For instance, if I type "openai", the list will be filtered with only models containing the word "openai".
When I double-click on an element, it fills the
Model
text input.I wonder if it would be possible to use the Aider's "/models" feature, but I find it quite slow comparing to a call to specific APIs.
The text was updated successfully, but these errors were encountered: