n8n / Dify / Coze

Connect low-code AI workflow platforms to Chuizi.AI's OpenAI-compatible endpoint for access to 200+ 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

  1. Open the n8n workflow editor
  2. Go to Credentials
  3. Click Add Credential > select OpenAI API
  4. Enter the following:
    • API Key: ck-your-key-here
    • Base URL: https://api.chuizi.ai/v1
  5. Save the credential
  6. When using an OpenAI node in a workflow, select the credential you just created
  7. Enter the model name in the Model field, e.g., anthropic/claude-sonnet-4-6

Next Steps