Providers
Qwen AI (International)
Qwen AI International is the global version of Qwen, supporting deep thinking and web search capabilities.
Supported Models
| Model | Description |
|---|---|
| Qwen3.5-Plus | Qwen3.5 Plus model |
| Qwen3.5-397B-A17B | Large scale model |
| Qwen3-Max | Qwen3 Max model |
| Qwen3-235B-A22B-2507 | Qwen3 235B model |
| Qwen3-Coder | Code specialized model |
| Qwen3-VL-235B-A22B | Vision language model |
| Qwen3-Omni-Flash | Omni flash model |
| Qwen2.5-Max | Qwen2.5 Max model |
Features
- Deep thinking mode
- Web search
- Streaming/non-streaming output
- Multi-turn conversation support
- Tool calling support
Authentication
Qwen AI International supports OAuth Login and JWT Token authentication methods.
Method 1: OAuth Login (Recommended)
In Chat2API, click Add Provider and select Qwen AI.
Choose OAuth Login method.
Click Start Login, the system will automatically open the browser and redirect to the Qwen AI login page.
After completing login in the browser, return to Chat2API, the system will automatically obtain authentication information.
Method 2: JWT Token Authentication
Go to Qwen AI and log in.
Press F12 to open Developer Tools.
Go to Application > Local Storage.
Find the key named token and copy its JWT value (starts with eyJ).
You can optionally provide Cookies for enhanced compatibility.
Adding to Chat2API
- Navigate to Providers > Add Provider
- Select Qwen AI from the list
- Enter your JWT Token
- Optional: Add Cookies string
- 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 |