Providers

DeepSeek

DeepSeek is an AI assistant that supports deep thinking and web search capabilities.

Supported Models

ModelDescription
DeepSeek-V3.2Latest DeepSeek model with enhanced capabilities
DeepSeek-SearchModel with web search support
DeepSeek-R1Deep thinking reasoning model
DeepSeek-R1-SearchDeep thinking model with web search support

Features

  • Deep thinking mode for complex reasoning
  • Web search integration
  • Streaming/non-streaming output
  • Multi-turn conversation support

Authentication

DeepSeek supports OAuth Login and User Token authentication methods.

In Chat2API, click Add Provider and select DeepSeek.

Choose OAuth Login method.

Click Start Login, the system will automatically open the browser and redirect to the DeepSeek login page.

After completing login in the browser, return to Chat2API, the system will automatically obtain authentication information.

Method 2: Manual Token

Go to DeepSeek Chat and log in to your account.

Start any conversation, then press F12 to open Developer Tools.

In Developer Tools, go to Application tab (or Storage in some browsers).

Expand Local Storage in the left sidebar, click https://chat.deepseek.com, find userToken and copy its value.

Do not share your token with others. The token provides full access to your DeepSeek account.

Adding to Chat2API

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

Model Mapping Recommendations

Model NameActual ModelDescription
DeepSeek-V3.2-ThinkDeepSeek-V3.2Deep thinking model
DeepSeek-V3.2-SearchDeepSeek-V3.2Web search model
DeepSeek-V3.2-Think-SearchDeepSeek-V3.2Deep thinking + Web search

Troubleshooting

Token Invalid

If you see "Token invalid" error:

  1. Re-login to DeepSeek website
  2. Get a fresh token from Local Storage
  3. Update the token in Chat2API

Official Resources

On this page