Use one OpenAI-compatible endpoint in n8n to run workflow automation across GPT, Claude, Gemini, DeepSeek, Qwen, GLM, Kimi, and Doubao.
Turn tickets, chats, and form submissions into routed replies with model-level cost control.
Summarize leads, enrich CRM notes, classify intent, and draft follow-ups from one API key.
Give operations teams GPT, Claude, Gemini, DeepSeek, Qwen, GLM, Kimi, and Doubao behind one billing layer.
Base URL: https://api.aipower.me/v1
API Key: your-aipower-key
Model: deepseek/deepseek-chat
If your n8n build does not expose a custom Base URL field for the OpenAI model node, use the HTTP Request node. This works anywhere n8n can make an HTTPS POST request.
Method: POST
URL: https://api.aipower.me/v1/chat/completions
Headers: Authorization: Bearer your-aipower-key
{
"model": "deepseek/deepseek-chat",
"messages": [
{
"role": "system",
"content": "You classify support tickets for an operations team."
},
{
"role": "user",
"content": "={{ $json.message }}"
}
],
"temperature": 0.2
}| Workflow job | AIPower model | Why |
|---|---|---|
| Customer support triage | deepseek/deepseek-chat | Classify tickets, draft replies, and route complex cases to a stronger model. |
| Chinese pre-sales bot | qwen/qwen-plus | Answer product, shipping, refund, and policy questions in Chinese workflows. |
| Low-cost intent routing | zhipu/glm-4-flash | Use for tags, short JSON, lead scoring, and simple workflow branching. |
| Complex troubleshooting | anthropic/claude-sonnet | Use after top-up for long context, support escalations, and technical reasoning. |
| Long document summary | google/gemini-2.5-flash | Good for policies, docs, conversation logs, and long workflow inputs. |
10 trial calls. One OpenAI-compatible endpoint. China + global models.
Get API key