---
title: "Pull a model"
method: POST
path: "/api/pull"
---

# Pull a model

`POST /api/pull`

## Request body

- PullRequest
  - `model` string, required — Name of the model to download
  - `insecure` boolean — Allow downloading over insecure connections
  - `stream` boolean — Stream progress updates

## Response `200`

Pull status updates.

- StatusResponse
  - `status` string — Current status message

---

[API](https://skmtc.net/ollama/apis/ollama-api.md) · [All operations](https://skmtc.net/ollama/apis/ollama-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ollama/ollama-api/versions/9c660bb9a714/schema)
