/ollama/models/tags
/ollama
/ollama/models/tags
Get all tags (quantizations) of an Ollama model
Price: 10 credits
💡 AI Hint: List all tags (quantizations and parameter variants) of an Ollama library model by name or URL. Each tag returns its digest, human and exact byte size, context length, input type, quantization, and parameter size.
⚠️ Common errors: 412: Model not found
POST
/ollama/models/tags
Authorizations
API token from the dashboard
Headers
Body
application/json
Model name ('llama3.1'), namespaced user model ('user/name'), or a model URL
Minimum string length:
1Examples:
"llama3.1"
"qwen2.5-coder"
"https://ollama.com/library/gemma3"
Number of tags to return
Required range:
x >= 1Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500