Providers

Qwen (China)

Qwen is Alibaba's AI assistant, supporting deep thinking and code modes.

Supported Models

ModelDescription
Qwen3Qwen3 model
Qwen3-MaxQwen3 Max model
Qwen3-Max-ThinkingQwen3 Max thinking model
Qwen3-PlusQwen3 Plus model
Qwen3.5-PlusQwen3.5 Plus model
Qwen3-FlashFast response model
Qwen3-CoderCode 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.

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

Go to Qwen or Qianwen and log in.

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

  1. Navigate to Providers > Add Provider
  2. Select Qwen from the list
  3. Paste your tongyi_sso_ticket value
  4. Click Validate to verify
  5. Save the provider

API Usage

Model Names

{
  "model": "Qwen3.5-Plus",
  "messages": [...]
}

Model Mapping Recommendations

Model NameActual ModelDescription
Qwen3.5-Plus-ThinkQwen3.5-PlusDeep thinking model
Qwen3.5-Plus-SearchQwen3.5-PlusWeb search model
Qwen3.5-Plus-Think-SearchQwen3.5-PlusDeep thinking + Web search

Official Resources

On this page