You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-26Lines changed: 18 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,19 +18,23 @@
18
18
19
19
</div>
20
20
21
-
>🎉 **News (2026-02-16)**: Qwen3.5-Plus is now live! Sign in via Qwen OAuth to use it directly, or get an API key from [Alibaba Cloud ModelStudio](https://modelstudio.console.alibabacloud.com?tab=doc#/doc/?type=model&url=2840914_2&modelId=group-qwen3.5-plus) to access it through the OpenAI-compatible API.
21
+
##🎉 News
22
22
23
-
Qwen Code is an open-source AI agent for the terminal, optimized for [Qwen3-Coder](https://github.com/QwenLM/Qwen3-Coder). It helps you understand large codebases, automate tedious work, and ship faster.
23
+
-**2026-04-02**: Qwen3.6-Plus is now live! Sign in via Qwen OAuth to use it directly, or get an API key from [Alibaba Cloud ModelStudio](https://modelstudio.console.alibabacloud.com/ap-southeast-1?tab=doc#/doc/?type=model&url=2840914_2&modelId=qwen3.6-plus) to access it through the OpenAI-compatible API.
Qwen Code is an open-source AI agent for the terminal, optimized for Qwen series models. It helps you understand large codebases, automate tedious work, and ship faster.
30
+
29
31
-**Multi-protocol, OAuth free tier**: use OpenAI / Anthropic / Gemini-compatible APIs, or sign in with Qwen OAuth for 1,000 free requests/day.
30
32
-**Open-source, co-evolving**: both the framework and the Qwen3-Coder model are open-source—and they ship and evolve together.
31
33
-**Agentic workflow, feature-rich**: rich built-in tools (Skills, SubAgents) for a full agentic workflow and a Claude Code-like experience.
32
34
-**Terminal-first, IDE-friendly**: built for developers who live in the command line, with optional integration for VS Code, Zed, and JetBrains IDEs.
|`modelProviders`| Declares which models are available and how to connect to them. Keys like `openai`, `anthropic`, `gemini` represent the API protocol. |
178
-
|`modelProviders[].id`| The model ID sent to the API (e.g. `qwen3-coder-plus`, `gpt-4o`). |
182
+
|`modelProviders[].id`| The model ID sent to the API (e.g. `qwen3.6-plus`, `gpt-4o`).|
179
183
|`modelProviders[].envKey`| The name of the environment variable that holds your API key. |
180
184
|`modelProviders[].baseUrl`| The API endpoint URL (required for non-default endpoints). |
181
185
|`env`| A fallback place to store API keys (lowest priority; prefer `.env` files or `export` for sensitive keys). |
@@ -200,29 +204,17 @@ Use the `/model` command at any time to switch between all configured models.
0 commit comments