WordPress 7.0 will natively integrate AI capabilities, introducing a new core system called Connectors—a unified interface for managing AI services. However, by default, it only includes three overseas providers: Anthropic, Google, and OpenAI.
For users in mainland China, these three providers are either inaccessible or suffer from high latency and poor Chinese-language performance.
WPMind (Wenpai Xin Si) solves exactly this problem: once installed, it automatically registers eight domestic AI service providers into WordPress 7.0’s Connectors system—immediately visible, configurable, and ready to use from the WordPress admin settings page.
What Is WP 7.0 Connectors?
Go to your WordPress admin dashboard → Settings → Connectors, and you’ll see an AI service management interface:
- Each provider displays its name, icon, and description
- You can enter its API Key
- The system automatically validates whether the key is valid
- Connection status is clearly shown
Three providers are pre-registered by default:
| Provider | Description |
|---|---|
| Anthropic | Claude series models |
| Gemini + Imagen | |
| OpenAI | GPT + DALL·E |
All three are effectively unusable in mainland China (requiring VPN access, overseas accounts, and foreign credit cards).
What WPMind Does
After installing and activating WPMind, the Connectors page gains eight domestic AI service providers:
| Provider | Models | Key Features |
|---|---|---|
| DeepSeek | DeepSeek V3/R1 | Exceptional cost-effectiveness; strong Chinese-language capability |
| Qwen (Tongyi Qwen) | Qwen series | Alibaba Cloud—stable and reliable |
| Zhipu AI | GLM series | Developed by Tsinghua University—excellent academic performance |
| Moonshot (Yuezhianmian) | Kimi series | Extremely long context window—ideal for lengthy documents |
| Doubao | Doubao series | ByteDance—fast response times |
| SiliconFlow | Multi-model aggregation | One API key grants access to multiple models |
| Baidu ERNIE (Wenxin Yiyan) | ERNIE series | Baidu—deep Chinese language understanding |
| MiniMax | MiniMax series | Strong multimodal capabilities |
All eight providers operate servers within mainland China—no VPN required, low latency, and consistently superior Chinese-language performance compared to GPT.
Setup Steps
1. Install WPMind
In your WordPress admin dashboard, go to Plugins → Add New, then search for WPMind or Wenpai Xin Si, install, and activate.
Alternatively, download it directly from Wenpai Open Source.
2. Configure Domestic AI Endpoints
Navigate to the WPMind settings page (left-hand menu → “Xin Si”), enable the domestic AI providers you wish to use, and enter their respective API Keys.
API Key application links for each provider:
| Provider | API Key Application URL |
|---|---|
| DeepSeek | platform.deepseek.com/api_keys |
| Tongyi Qwen | dashscope.console.aliyun.com/apiKey |
| Zhipu AI | open.bigmodel.cn/usercenter/apikeys |
| Moonshot | platform.moonshot.cn/console/api-keys |
| Doubao | console.volcengine.com/ark |
| SiliconFlow | cloud.siliconflow.cn/account/ak |
| Baidu ERNIE | console.bce.baidu.com/qianfan |
| MiniMax | platform.minimaxi.com |
3. Automatic Registration to Connectors
Once configured, WPMind automatically registers all enabled providers into WordPress 7.0’s Connectors system. Go to Settings → Connectors, and you’ll see your domestic AI providers listed—with connection status displayed as “Connected.”
4. Use with AI Feature Plugins
Connectors itself is infrastructure—it manages AI connections but doesn’t provide AI features directly. To use AI functions inside the editor (e.g., generating titles, summaries, translations), you’ll need additional plugins that leverage the WordPress Connectors API—such as the official AI Experiments plugin.
The full call chain looks like this:
Editor AI Button → Abilities API → AI Client → WPMind Provider → Domestic AI Service
Recommended Starting Point
If you’re unsure which provider to choose first, we recommend starting with DeepSeek:
- Simple registration—only requires a mainland Chinese mobile number
- Extremely affordable (~¥1 per million tokens)
- Chinese-language capability on par with GPT-4o
- Servers located in mainland China—latency < 200ms
Frequently Asked Questions (FAQ)
Q: My WordPress version is not yet 7.0—what should I do?
A: WPMind supports older WordPress versions too. Prior to 7.0, it functions as a standalone AI endpoint manager. Upon upgrading to WordPress 7.0, it seamlessly integrates with the Connectors system—no extra configuration needed.
Q: Can I configure multiple providers simultaneously?
A: Yes. You may enable multiple domestic AI providers at once—they’ll all appear in the Connectors page. Which one gets used depends on the calling logic of your AI feature plugin.
Q: Are my API Keys secure?
A: Yes. WordPress 7.0’s Connectors system includes built-in key masking—raw keys are never exposed via REST APIs. Additionally, keys can be configured via environment variables or PHP constants—ideal for production environments.
Q: How does this differ from the existing WPMind user guide?
A: The WPMind User Guide covers WPMind’s foundational functionality. This article focuses specifically on integrating native WordPress 7.0 AI capabilities with large domestic language models.
Related Reading: