Skip to main content

List Local Models

Retrieve a list of all model configurations stored in your local registry cache directory.

GET /api/tags

Example

curl http://localhost:11434/api/tags

Response Payload

{
"models": [
{
"name": "gemma4:latest",
"model": "gemma4:latest",
"modified_at": "2026-06-05T12:00:00.102391Z",
"size": 4720938102,
"digest": "a8f8c7e9b23bb8f8c7e9b23bb8f8c7e9b23b"
},
{
"name": "llama4:8b",
"model": "llama4:8b",
"modified_at": "2026-06-04T18:30:11.90231Z",
"size": 4739201931,
"digest": "b3a1b024b898b3a1b024b898b3a1b024b898"
}
]
}