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
{{ message }}
This repository was archived by the owner on Feb 11, 2025. It is now read-only.
Describe the solution you'd like
I would like a listModels() method that returns all the models.
Describe alternatives you've considered
I can get it myself using any HTTP client, but it breaks the experience of working with a Java library that wraps an API.
The other alternative is of course to use another library :-)
Additional context
btw, the terminology of openai4j, which uses Model to describe its domain objects: ChatCompletionModel, ImageCompletionModel, etc is confusing when dealing with language models. Ideally , there shouldn't be overloading of the term Model.