Is your feature request related to a problem? Please describe.
Client applications integrating with Lightspeed currently lack a programmatic way to retrieve the list of supported providers and models. Because standard queries require specifying a provider and a model, applications are forced to rely on hardcoded lists. This creates unnecessary maintenance overhead and introduces a high risk of failure whenever Lightspeed adds, renames, or deprecates models.
Describe the solution you'd like
Implement a discovery endpoint (e.g., GET /providers or GET /models) that returns a structured payload containing all currently active providers and their associated models available within Lightspeed. This would allow client applications to dynamically fetch, display, and validate available options at runtime before initiating a query.
Additional context
Providing a discovery endpoint for supported models is a standard practice for API gateways and LLM routing services. Adding this feature will enable more robust, dynamic integrations and significantly reduce the likelihood of client-side configuration errors.
Is your feature request related to a problem? Please describe.
Client applications integrating with Lightspeed currently lack a programmatic way to retrieve the list of supported providers and models. Because standard queries require specifying a provider and a model, applications are forced to rely on hardcoded lists. This creates unnecessary maintenance overhead and introduces a high risk of failure whenever Lightspeed adds, renames, or deprecates models.
Describe the solution you'd like
Implement a discovery endpoint (e.g., GET /providers or GET /models) that returns a structured payload containing all currently active providers and their associated models available within Lightspeed. This would allow client applications to dynamically fetch, display, and validate available options at runtime before initiating a query.
Additional context
Providing a discovery endpoint for supported models is a standard practice for API gateways and LLM routing services. Adding this feature will enable more robust, dynamic integrations and significantly reduce the likelihood of client-side configuration errors.