Qwen3 Coder #880

Open
opened 2026-02-16 17:28:39 -05:00 by yindo · 8 comments
Owner

Originally created by @JC1738 on GitHub (Jul 23, 2025).

Originally assigned to: @thdxr on GitHub.

Looks like Qwen team forked Gemini-cli to offer better support for the new Qwen3 coder model. Any plans to pull in similar changes? I know OpenRouter is already supported, but I am guessing there is model handling that needs tweaked to optimize for Qwen3 output?

Originally created by @JC1738 on GitHub (Jul 23, 2025). Originally assigned to: @thdxr on GitHub. Looks like Qwen team forked Gemini-cli to offer better support for the new Qwen3 coder model. Any plans to pull in similar changes? I know OpenRouter is already supported, but I am guessing there is model handling that needs tweaked to optimize for Qwen3 output?
yindo added the help-wanted label 2026-02-16 17:28:39 -05:00
Author
Owner

@bigcodegen commented on GitHub (Jul 24, 2025):

I guess this needs to be fit in somehow: https://huggingface.co/Qwen/Qwen3-Coder-480B-A35B-Instruct/blob/main/qwen3coder_tool_parser.py

A bit unusual of a need.

Edit: Nevermind, seems providers are taking care of this mostly

@bigcodegen commented on GitHub (Jul 24, 2025): I guess this needs to be fit in somehow: https://huggingface.co/Qwen/Qwen3-Coder-480B-A35B-Instruct/blob/main/qwen3coder_tool_parser.py A bit unusual of a need. Edit: Nevermind, seems providers are taking care of this mostly
Author
Owner

@ratacat commented on GitHub (Jul 25, 2025):

I've been having trouble getting qwen3 coder to run over lmstudio...it works fine, can query and curl and use other clients just fine, but when I try to run query from Opencode it just hangs, LM studio says it replied, and Opencode says 'working'...

@ratacat commented on GitHub (Jul 25, 2025): I've been having trouble getting qwen3 coder to run over lmstudio...it works fine, can query and curl and use other clients just fine, but when I try to run query from Opencode it just hangs, LM studio says it replied, and Opencode says 'working'...
Author
Owner

@fungilation commented on GitHub (Jul 25, 2025):

also generally, temperature config per model/provider used? https://www.youtube.com/watch?v=gBuuaAX4ec8 notes he had to use Roocode instead of Opencode as he couldn't specify temp 0.7 which is optimal for Qwen3 Coder

@fungilation commented on GitHub (Jul 25, 2025): also generally, temperature config per model/provider used? https://www.youtube.com/watch?v=gBuuaAX4ec8 notes he had to use Roocode instead of Opencode as he couldn't specify temp 0.7 which is optimal for Qwen3 Coder
Author
Owner

@Syazvinski commented on GitHub (Jul 31, 2025):

Im having same issue with LM studio and tool calls. Anyone have any pointers? Using the new qwen coder a3b 30b, and 400b have the same issues where tool calls dont work.

@Syazvinski commented on GitHub (Jul 31, 2025): Im having same issue with LM studio and tool calls. Anyone have any pointers? Using the new qwen coder a3b 30b, and 400b have the same issues where tool calls dont work.
Author
Owner

@esafak commented on GitHub (Jul 31, 2025):

The Z.AI GLM models are much more reliable.

@esafak commented on GitHub (Jul 31, 2025): The Z.AI GLM models are much more reliable.
Author
Owner

@grigio commented on GitHub (Aug 4, 2025):

I noticed that Qwen3 235B A22 works via Openrouter, but smaller models don't

@grigio commented on GitHub (Aug 4, 2025): I noticed that `Qwen3 235B A22` works via Openrouter, but smaller models don't
Author
Owner

@geoh commented on GitHub (Oct 15, 2025):

I've just created an OAuth plugin that allows you to use the Qwen3 Coder model via the qwen.ai authentication which offers 2000 free reqeusts per day: https://www.npmjs.com/package/opencode-alibaba-qwen3-auth - might help!

@geoh commented on GitHub (Oct 15, 2025): I've just created an OAuth plugin that allows you to use the Qwen3 Coder model via the qwen.ai authentication which offers 2000 free reqeusts per day: https://www.npmjs.com/package/opencode-alibaba-qwen3-auth - might help!
Author
Owner

@grigio commented on GitHub (Nov 2, 2025):

I can run gpt-oss-20b-mxfp4 locally but qwen3-coder-30b-a3b it's infinite to reply, any way to debug it?

@grigio commented on GitHub (Nov 2, 2025): I can run gpt-oss-20b-mxfp4 locally but qwen3-coder-30b-a3b it's infinite to reply, any way to debug it?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#880