Examples
GET
http://localhost:11434/api/tags
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:11434/api/tags'
Response Response Example
{
"models": [
{
"name": "string",
"modified_at": "string",
"size": 0,
"digest": "string",
"details": {
"format": "string",
"family": "string",
"families": null,
"parameter_size": "string",
"quantization_level": "string"
}
}
]
}
Request
None
Responses
Modified at 2025-03-14 08:26:56