Skip to main content
POST
/
api
/
pull
curl http://localhost:11434/api/pull -d '{
 "model": "gemma4"
}'
{
 "status": "success"
}

Body

application/json
model
string
required

Name of the model to download

insecure
boolean

Allow downloading over insecure connections

stream
boolean
default:true

Stream progress updates

Response

Pull status updates.

status
string

Current status message

curl http://localhost:11434/api/pull -d '{
 "model": "gemma4"
}'
{
 "status": "success"
}

AltStyle によって変換されたページ (->オリジナル) /