Ollama
List Installed Models
Retrieves all models currently installed on the Ollama instance
GET
Query Parameters
Optional Ollama server URL (defaults to http://localhost:11434)
Response
Indicates if the request was successful
Array of installed model objects
Notes
Ensure Ollama is running before calling this endpoint. The default Ollama server runs on http://localhost:11434
- Returns an empty array if no models are installed
- Model sizes are in bytes (convert to GB by dividing by 1,073,741,824)
- The digest can be used to verify model integrity

