Hacker News new | ask | show | jobs
by jmorgan 1036 days ago
There is! While not easy to use yet, there's a sort-of-hidden way models can be listed with:

  curl https://ollama.ai/v2/_catalog | jq 
Then to list "tags" for a given model (e.g. llama2):

  curl https://ollama.ai/v2/library/llama2/tags/list | jq
1 comments

Oh, you're the maintainer! Hahaha my bad. Thanks :)