-
Notifications
You must be signed in to change notification settings - Fork 218
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Preflight Checklist
- I have read the Contributing Guidelines for this project.
- I agree to follow the Code of Conduct that this project adheres to.
- I have searched the issue tracker for a feature request that matches the one I want to file, without success.
Problem/Usecase Description
Feature Description
When configuring a custom AI provider, it would be helpful to automatically fetch and display available models from the provider's API.
Current Behavior
Users must manually type the model ID, which requires looking up documentation.
Benefits
- Reduces configuration errors
- Improves user experience
- Works with any OpenAI-compatible API
Proposed Solution
- Add a "Fetch Models" button next to the API endpoint field
- Call the provider's
/v1/modelsendpoint to get available models - Display models in a searchable dropdown
- Allow users to select from the list instead of typing manually
Feature Type
New functionality
Additional Context
Most OpenAI-compatible providers (Ollama, OpenRouter, etc.) support the /v1/models endpoint.
Contribution
- I'd be willing to implement this feature
- I'd be willing to test this feature once implemented
- I can provide additional details or clarification if needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request