Providers

Qwen AI (International)

Qwen AI International is the global version of Qwen, supporting deep thinking and web search capabilities.

Supported Models

ModelDescription
Qwen3.5-PlusQwen3.5 Plus model
Qwen3.5-397B-A17BLarge scale model
Qwen3-MaxQwen3 Max model
Qwen3-235B-A22B-2507Qwen3 235B model
Qwen3-CoderCode specialized model
Qwen3-VL-235B-A22BVision language model
Qwen3-Omni-FlashOmni flash model
Qwen2.5-MaxQwen2.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.

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

  1. Navigate to Providers > Add Provider
  2. Select Qwen AI from the list
  3. Enter your JWT Token
  4. Optional: Add Cookies string
  5. Click Validate to verify
  6. 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