Lists all available models (OpenAI-compatible).
Retrieves a list of all models that are available for use on the server. This calls the /api/v1/model endpoint (OpenAI API standard), which works with Ollama and other OpenAI-compatible servers.
|
ArrayList of Response.Model objects representing available models |
| Error |
if the request fails or response is invalid |
1.0