Y
Hacker News
new
|
ask
|
show
|
jobs
by
xcdzvyn
1036 days ago
Wow, thanks! I really like Ollama, so I'm glad the models listed at the top of the Readme aren't all you could use. Do you know where the data in that Gist came from? Is there a registry somewhere?
1 comments
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
link
xcdzvyn
1035 days ago
Oh, you're the maintainer! Hahaha my bad. Thanks :)
link