Documentation Index
Fetch the complete documentation index at: https://docs.crazyrouter.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
ChatGPT on WeChat is a widely used WeChat bot project that can route private and group chat traffic through Crazyrouter. The safest rollout is to keep its standard OpenAI-compatible configuration and validate one production-verified model before expanding the bot behavior.Recommended First-Pass Setup
open_ai_api_base:https://crazyrouter.com/v1- first validation model:
gpt-5.4 - keep the initial allowlist small so troubleshooting stays simple
Configuration
Edit Configuration File
Editconfig.json:
Environment Variables
Docker Deployment
Recommended Models
| Scenario | Model | Description |
|---|---|---|
| First-pass route validation | gpt-5.4 | Verified successfully in Crazyrouter production on March 23, 2026, and best for the OpenAI-compatible baseline |
| Higher-quality long replies | claude-sonnet-4-6 | Better for complex explanations, summaries, and longer text |
| Gemini fallback path | gemini-3-pro | Useful as a second vendor-compatible validation path |
Suggested Validation Order
- Create one dedicated token
- Start with one model:
gpt-5.4 - Send
Reply only OKin a private chat first - Confirm the request appears in Crazyrouter logs
- Only then expand group triggers, prefixes, and additional models