Dify

Dify is a platform designed for developing production-ready AI agents and orchestrating agent-driven workflows.

1.1 API Configuration

Add your custom LLM through Dify’s Model Providers interface:

Configuration Steps

  1. Log in to Dify (self-hosted or cloud)
  2. Navigate to Settings → Model Providers
  3. Click Add Provider → Select OpenAI-API-compatible
  4. Enter the following details:
    • Name: Rygen.IO API
    • API Key: sk-your-rygen-api-key
    • Base URL: https://api.rygen.io/v1
    • Model Name: your-model-name
  5. Click Save

1.2 Using Models

When building an application:

  • Select the LLM node
  • Choose your configured model from the dropdown
  • Adjust other parameters as needed

1.3 References