Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Fetch a list of models and their details
cURL
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" } } ] }
List available models
Show child attributes