Endpoints
List models
Fetch a list of models and their details
GET
/
api
/
tags
List models
curl http://localhost:11434/api/tags{
"models": [
{
"name": "gemma4",
"model": "gemma4",
"modified_at": "2025-10-03T23:34:03.409490317-07:00",
"size": 9608350245,
"digest": "c6eb396dbd5992bbe3f5cdb947e8bbc0ee413d7c17e2beaae69f5d569cf982eb",
"details": {
"format": "gguf",
"family": "gemma4",
"families": [
"gemma4"
],
"parameter_size": "8.0B",
"quantization_level": "Q4_K_M"
}
}
]
}Response
200 - application/json
List available models
Show child attributes
Show child attributes
⌘I
List models
curl http://localhost:11434/api/tags{
"models": [
{
"name": "gemma4",
"model": "gemma4",
"modified_at": "2025-10-03T23:34:03.409490317-07:00",
"size": 9608350245,
"digest": "c6eb396dbd5992bbe3f5cdb947e8bbc0ee413d7c17e2beaae69f5d569cf982eb",
"details": {
"format": "gguf",
"family": "gemma4",
"families": [
"gemma4"
],
"parameter_size": "8.0B",
"quantization_level": "Q4_K_M"
}
}
]
}
