[GH-ISSUE #9197] Get models with ability to call functions/tools #68051

Closed
opened 2026-05-04 12:23:18 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @mtallenreply on GitHub (Feb 18, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/9197

Hi, maybe you can integrate a simple route to get a list of model names which are specialised or able to call functions. On the website of ollama it is presented with a tool tag. For me and maybe others its usefull to call the right models more dynamically.

Today i do such things in my code but its ugly:

OLLAMA_TOOL_MODELLS: set = {"athene-v2", "llama3.1", "qwq", "mistral-small", "hermes3",
"llama3.3", "mistral-large", "llama3-groq-tool-use", "llama3.2",
"granite3.1-moe", "granite3.1-dense", "smollm2", "aya-expanse",
"granite3-dense", "qwen2.5", "granite3-moe", "nemotron", "nemotron-mini",
"qwen2.5-coder", "mistral-nemo", "firefunction-v2", "qwen2", "command-r-plus",
"command-r", "mixtral", "mistral"}

Next step is to do webscraping on ollama site 👎

Or is there a existing route to get these information?

Originally created by @mtallenreply on GitHub (Feb 18, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/9197 Hi, maybe you can integrate a simple route to get a list of model names which are specialised or able to call functions. On the website of ollama it is presented with a tool tag. For me and maybe others its usefull to call the right models more dynamically. Today i do such things in my code but its ugly: OLLAMA_TOOL_MODELLS: set = {"athene-v2", "llama3.1", "qwq", "mistral-small", "hermes3", "llama3.3", "mistral-large", "llama3-groq-tool-use", "llama3.2", "granite3.1-moe", "granite3.1-dense", "smollm2", "aya-expanse", "granite3-dense", "qwen2.5", "granite3-moe", "nemotron", "nemotron-mini", "qwen2.5-coder", "mistral-nemo", "firefunction-v2", "qwen2", "command-r-plus", "command-r", "mixtral", "mistral"} Next step is to do webscraping on ollama site 👎 Or is there a existing route to get these information?
GiteaMirror added the feature request label 2026-05-04 12:23:18 -05:00
Author
Owner

@rick-github commented on GitHub (Feb 18, 2025):

No existing route: https://github.com/ollama/ollama/issues/5794

<!-- gh-comment-id:2666910541 --> @rick-github commented on GitHub (Feb 18, 2025): No existing route: https://github.com/ollama/ollama/issues/5794
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#68051