Skip to main content
GET

Query Parameters

string
required
Name of the model being pulled
string
Optional Ollama server URL (defaults to http://localhost:11434)

Response

boolean
Indicates if the status was retrieved successfully
object
Pull status information

Notes

  • Poll this endpoint periodically to monitor download progress
  • The progress field is a percentage between 0 and 100
  • Status changes from pullingextractingcomplete
  • Once status is complete, the model is ready to use

Polling Example