n8n / Dify / Coze
Connect low-code AI workflow platforms to Chuizi.AI's OpenAI-compatible endpoint for access to 221 models in visual pipelines.
Prerequisites
- A deployed instance of any of the above platforms
- A Chuizi.AI account with an API key (starts with
ck-)
n8n Configuration
- Open the n8n workflow editor
- Go to Credentials
- Click Add Credential > select OpenAI API
- Enter the following:
- API Key:
ck-your-key-here - Base URL:
https://api.chuizi.ai/v1
- API Key:
- Save the credential
- When using an OpenAI node in a workflow, select the credential you just created
- Enter the model name in the Model field, e.g.,
anthropic/claude-sonnet-4-6
Dify Configuration
- Open Dify settings
- Go to Model Provider
- Click OpenAI API-compatible
- Enter the following:
- API Key:
ck-your-key-here - API Base URL:
https://api.chuizi.ai/v1
- API Key:
- Add the models you need:
- Model name:
anthropic/claude-sonnet-4-6 - Model type: LLM
- Model name:
- After saving, these models will be available in your applications
Coze Configuration
- Go to the Coze platform plugin settings
- Find Custom Model Endpoint
- Configure the API details:
- Endpoint URL:
https://api.chuizi.ai/v1/chat/completions - API Key:
ck-your-key-here - Model:
anthropic/claude-sonnet-4-6
- Endpoint URL:
- Save and use in your Bot
Verify the Configuration
Create a simple test in any of the platforms:
- Add an AI chat node
- Select a model configured through Chuizi.AI
- Send a test message
- Confirm you receive a normal response
Common Issues
Empty Model List in n8n
n8n may not automatically fetch the model list. Manually enter the model name in the provider/model format in the Model field.
Dify Reports Model Unavailable
Make sure you selected the correct model type (LLM) when adding the model. Also verify the API Base URL has no trailing slash.
Workflow Execution Timeout
Some models (like Claude Opus) have longer response times. Increase the timeout in the platform's node settings -- 120 seconds or more is recommended.
Next Steps
- Choose a Model — pick models for workflow tasks
- Function Calling — use tools in your AI workflows
- Structured Output — get JSON for reliable data pipelines