Skip to main content
GET

Query Parameters

string
Optional Ollama server URL (defaults to http://localhost:11434)

Response

boolean
Indicates if the request was successful
array
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