Ollama
Pull Model
Initiates download of an Ollama model to the local Ollama instance
POST
Body Parameters
Name of the model to pull (e.g., “llama2”, “mistral:7b”)
Optional Ollama server URL (defaults to http://localhost:11434)
Response
Indicates if the pull was initiated successfully
Status message about the pull operation
Notes
- Model pulls run asynchronously in the background
- Use the Get Pull Status endpoint to monitor download progress
- Large models can take significant time to download
- Specify a tag (e.g., “llama2:7b”) to pull a specific variant, or use just the name to pull the latest version
Model Name Format
modelName: Just the name (pulls latest) - e.g., “llama2”modelName:tag: Specific version - e.g., “llama2:7b”, “mistral:latest”

