Qwen Code 快速开始:国内第一家模型厂商出的终端编程工具! #823
Replies: 7 comments
-
|
OPENAI_BASE_URL 设置离线部署的模型端口不能用吗, 提示[API Error: OpenAI API error: 400 status code (no body)] |
Beta Was this translation helpful? Give feedback.
-
|
挂proxy会导致国内base_url失效,使用国内站的需要注意下 |
Beta Was this translation helpful? Give feedback.
-
|
为什么使用私有化的模型,出现访问到美丽国ip呢?
|
Beta Was this translation helpful? Give feedback.
-
这个是从gemini-cli魔改出来的,有一些请求谷歌服务器的操作没改干净 |
Beta Was this translation helpful? Give feedback.
-
|
echo 'export OPENAI_API_KEY="sk-xxxxxxx"' >> ~/.zshrc. 这个加了不生效,很奇怪,但在他生成的界面修改生效 |
Beta Was this translation helpful? Give feedback.
-
是不是要source一下 |
Beta Was this translation helpful? Give feedback.
-
这就很美丽了,我最近没时间看,等一波更新 |
Beta Was this translation helpful? Give feedback.




Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
系统看过阿里的文档就知道:一直以来都有个代码模型叫做:[通义千问Coder]
那么这次最新的更新是:稳定版是qwen3-coder-plus,快照版是qwen3-coder-plus-2025-07-22。
[ 1 ] 原则:哪家的工具使用哪家的模型:使用的是最新的代码模型是通义千问Coder。稳定版是qwen3-coder-plus,快照版是qwen3-coder-plus-2025-07-22。(现在:qwen3-coder-plus-2025-07-22能力相同)
首先你得知道:前端的运行时:感兴趣看这篇 https://github.com/yayxs/JavaScript-Runtime
其次你对终端编程感兴趣:https://github.com/yayxs/terminal-coding-notes
需要注意 Qwen Code 改编自 Gemini CLI ,有一些Gemini的影子,慢慢迭代呗,给点耐心
使用ModelScope的key
容易混淆
Qwen3 阿里巴巴 阿里云 Qwen 团队开发的大型语言模型系列
Qwen3-Coder 是 Qwen3 的代码版本 通义千问代码模型
开源模型:Qwen3-Coder-480B-A35B-instruct
闭源模型:Qwen3-Coder-Plus、Qwen3-Coder-Plus-2025-07-22
qwen3-coder-plus 与 qwen3-coder-plus-2025-07-22 根据本次请求输入的 Token数,采取阶梯计费
Beta Was this translation helpful? Give feedback.
All reactions