Providers
Qwen (China)
Qwen is Alibaba's AI assistant, supporting deep thinking and code modes.
Supported Models
| Model | Description |
|---|---|
| Qwen3 | Qwen3 model |
| Qwen3-Max | Qwen3 Max model |
| Qwen3-Max-Thinking | Qwen3 Max thinking model |
| Qwen3-Plus | Qwen3 Plus model |
| Qwen3.5-Plus | Qwen3.5 Plus model |
| Qwen3-Flash | Fast response model |
| Qwen3-Coder | Code specialized model |
Features
- Deep thinking mode
- Code mode for programming tasks
- Web search
- Streaming/non-streaming output
- Multi-turn conversation support
- Tool calling support
Authentication
Qwen (China) supports OAuth Login and SSO Ticket authentication methods.
Method 1: OAuth Login (Recommended)
In Chat2API, click Add Provider and select Qwen.
Choose OAuth Login method.
Click Start Login, the system will automatically open the browser and redirect to the Qwen login page.
After completing login in the browser, return to Chat2API, the system will automatically obtain authentication information.
Method 2: SSO Ticket
Press F12 to open Developer Tools.
Go to Application > Cookies.
Find the cookie named tongyi_sso_ticket and copy its value.
Alternative: You can also use login_aliyunid_ticket from aliyun.com if you have an Alibaba Cloud account.
Adding to Chat2API
- Navigate to Providers > Add Provider
- Select Qwen from the list
- Paste your
tongyi_sso_ticketvalue - Click Validate to verify
- Save the provider
API Usage
Model Names
{
"model": "Qwen3.5-Plus",
"messages": [...]
}Model Mapping Recommendations
| Model Name | Actual Model | Description |
|---|---|---|
Qwen3.5-Plus-Think | Qwen3.5-Plus | Deep thinking model |
Qwen3.5-Plus-Search | Qwen3.5-Plus | Web search model |
Qwen3.5-Plus-Think-Search | Qwen3.5-Plus | Deep thinking + Web search |