[GH-ISSUE #12344] ollama 0.12.0 - qwen3-coder does not support tools #33960

Closed
opened 2026-04-22 17:09:05 -05:00 by GiteaMirror · 8 comments
Owner

Originally created by @wOvAN on GitHub (Sep 19, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/12344

What is the issue?

API Error: 400 registry.ollama.ai/library/qwen3-coder:latest does not support tools

ollama 0.12.0 - still do not support tools

Relevant log output


OS

No response

GPU

No response

CPU

No response

Ollama version

No response

Originally created by @wOvAN on GitHub (Sep 19, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/12344 ### What is the issue? API Error: 400 registry.ollama.ai/library/qwen3-coder:latest does not support tools ollama 0.12.0 - still do not support tools ### Relevant log output ```shell ``` ### OS _No response_ ### GPU _No response_ ### CPU _No response_ ### Ollama version _No response_
GiteaMirror added the bug label 2026-04-22 17:09:05 -05:00
Author
Owner

@rick-github commented on GitHub (Sep 19, 2025):

echo FROM qwen3-coder > Modelfile
echo RENDERER qwen3-coder >> Modelfile
echo PARSER qwen3-coder >> Modelfile
ollama create qwen3-coder-tools
$ ollama -v
ollama version is 0.12.0
$ ./ollama-tool.py --model qwen3-coder-tools --tools power --prompt "what is 3.6 ^ 6.7?"
calling power({'x': 3.6, 'y': 6.7})
The value of $3.6^{6.7}$ is approximately $5336.13$.
<!-- gh-comment-id:3312634418 --> @rick-github commented on GitHub (Sep 19, 2025): ``` echo FROM qwen3-coder > Modelfile echo RENDERER qwen3-coder >> Modelfile echo PARSER qwen3-coder >> Modelfile ollama create qwen3-coder-tools ``` ```console $ ollama -v ollama version is 0.12.0 $ ./ollama-tool.py --model qwen3-coder-tools --tools power --prompt "what is 3.6 ^ 6.7?" calling power({'x': 3.6, 'y': 6.7}) The value of $3.6^{6.7}$ is approximately $5336.13$. ```
Author
Owner

@wOvAN commented on GitHub (Sep 19, 2025):

██╗ ██████╗ ██╗ ██╗███████╗███╗ ██╗
╚██╗ ██╔═══██╗██║ ██║██╔════╝████╗ ██║
╚██╗ ██║ ██║██║ █╗ ██║█████╗ ██╔██╗ ██║
██╔╝ ██║▄▄ ██║██║███╗██║██╔══╝ ██║╚██╗██║
██╔╝ ╚██████╔╝╚███╔███╔╝███████╗██║ ╚████║
╚═╝ ╚══▀▀═╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═══╝

Tips for getting started:

  1. Ask questions, edit files, or run commands.
  2. Be specific for the best results.
  3. Create QWEN.md files to customize your interactions with Qwen Code.
  4. /help for more information.

╭────────────────────────╮
│ > review the project │
╰────────────────────────╯

✕ [API Error: 400 registry.ollama.ai/library/qwen3-coder:latest does not support tools]

<!-- gh-comment-id:3312846614 --> @wOvAN commented on GitHub (Sep 19, 2025): ██╗ ██████╗ ██╗ ██╗███████╗███╗ ██╗ ╚██╗ ██╔═══██╗██║ ██║██╔════╝████╗ ██║ ╚██╗ ██║ ██║██║ █╗ ██║█████╗ ██╔██╗ ██║ ██╔╝ ██║▄▄ ██║██║███╗██║██╔══╝ ██║╚██╗██║ ██╔╝ ╚██████╔╝╚███╔███╔╝███████╗██║ ╚████║ ╚═╝ ╚══▀▀═╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═══╝ Tips for getting started: 1. Ask questions, edit files, or run commands. 2. Be specific for the best results. 3. Create QWEN.md files to customize your interactions with Qwen Code. 4. /help for more information. ╭────────────────────────╮ │ > review the project │ ╰────────────────────────╯ ✕ [API Error: 400 registry.ollama.ai/library/qwen3-coder:latest does not support tools]
Author
Owner

@rick-github commented on GitHub (Sep 19, 2025):

https://github.com/ollama/ollama/issues/12344#issuecomment-3312634418

<!-- gh-comment-id:3312853488 --> @rick-github commented on GitHub (Sep 19, 2025): https://github.com/ollama/ollama/issues/12344#issuecomment-3312634418
Author
Owner

@wOvAN commented on GitHub (Sep 19, 2025):

I think the model in the repo should be updates then.

<!-- gh-comment-id:3313318691 --> @wOvAN commented on GitHub (Sep 19, 2025): I think the model in the repo should be updates then.
Author
Owner

@rick-github commented on GitHub (Sep 19, 2025):

It probably will be.

<!-- gh-comment-id:3313365963 --> @rick-github commented on GitHub (Sep 19, 2025): It probably will be.
Author
Owner

@rick-github commented on GitHub (Sep 20, 2025):

Models are updated.

<!-- gh-comment-id:3314926837 --> @rick-github commented on GitHub (Sep 20, 2025): Models are updated.
Author
Owner

@josepin2 commented on GitHub (Sep 20, 2025):

Estoy teniendo problemas con ollama 0.12.0 cuando le hablo a un modelo Gemma, me responde de forma extraña no sigue ninguna instrucción y no conjuga los verbos. Desde que instalé la versión 0.12.0 de Ollama algo anda mal

<!-- gh-comment-id:3315035635 --> @josepin2 commented on GitHub (Sep 20, 2025): Estoy teniendo problemas con ollama 0.12.0 cuando le hablo a un modelo Gemma, me responde de forma extraña no sigue ninguna instrucción y no conjuga los verbos. Desde que instalé la versión 0.12.0 de Ollama algo anda mal
Author
Owner

@rick-github commented on GitHub (Sep 20, 2025):

@josepin2 https://github.com/ollama/ollama/pull/12348

<!-- gh-comment-id:3315036956 --> @rick-github commented on GitHub (Sep 20, 2025): @josepin2 https://github.com/ollama/ollama/pull/12348
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#33960