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
- Log in to Dify (self-hosted or cloud)
- Navigate to Settings → Model Providers
- Click Add Provider → Select OpenAI-API-compatible
- 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
- 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

