mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 09:05:23 -04:00
Model List not available via Ollama library. #237
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @light-vp on GitHub (Mar 13, 2025).
There is currently no easy way to get all of the models available in Ollama library. Few methods that should list all models only list downloaded models.
Created a bash script to get all of the models from the website, but that's not robust enough.
@ErnieCoding commented on GitHub (Mar 28, 2025):
Has anyone worked on this yet? I was thinking about the same issue and would like to develop functionality for this.
@light-vp commented on GitHub (Mar 29, 2025):
I don't think this has been updated as of yet