Lists currently running models on the Ollama server.
Shows which models are currently loaded in memory and running. This is useful for monitoring active model instances and their resource usage. This calls the /api/ps endpoint to get the list of running models.
|
ArrayList of Response.Model objects representing currently running models |
| Error |
if the request fails or response is invalid |
1.0