curl --request GET \ --url 'http://localhost:3000/api/v1/ollama/search?query=llama&order=popular&categories=tools' \ --header 'Authorization: Bearer <token>'
{ "success": true, "models": [ { "name": "llama2", "description": "Meta's Llama 2 model for general chat and text generation", "tags": ["chat", "7b", "13b", "70b"], "downloads": 5420000, "lastUpdated": "2024-01-10T15:30:00Z" }, { "name": "llama2-uncensored", "description": "Uncensored version of Llama 2", "tags": ["chat", "uncensored"], "downloads": 890000, "lastUpdated": "2024-01-08T10:00:00Z" } ] }
Search for available Ollama models with optional filtering and sorting
Show Available categories
embedding
cloud
vision
tools
thinking
newest
popular
Show model properties
query