---
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/ac/apis/ollama-api.md) · [All operations](https://skmtc.net/ac/apis/ollama-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ac/ollama-api/versions/c2056a7f42d9/schema)
