[PR #1654] Add Cerebras plugin for Dify #1756

Open
opened 2026-02-22 18:06:59 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/1654
Author: @sebastiand-cerebras
Created: 12/1/2025
Status: 🔄 Open

Base: mainHead: feature/add-cerebras-plugin


📝 Commits (1)

  • 373e1db Add Cerebras plugin for Dify

📊 Changes

5 files changed (+112 additions, -0 deletions)

View changed files

Cerebras/cerebras-dify-plugin/cerebras.difypkg (+0 -0)
Cerebras/cerebras-dify-plugin/cerebras.py (+30 -0)
Cerebras/cerebras-dify-plugin/cerebras.yaml (+52 -0)
Cerebras/cerebras-dify-plugin/icon.svg (+4 -0)
Cerebras/cerebras-dify-plugin/manifest.yaml (+26 -0)

📄 Description

Add Cerebras/cerebras-dify-plugin with full implementation

Include cerebras.difypkg package file
Support for Cerebras Cloud API integration
Compatible with Dify plugin system

Plugin Submission Form

  1. Metadata
    Plugin Author: Cerebras
    Plugin Name: cerebras
    Repository URL: https://github.com/sebastiand-cerebras/dify-plugins/tree/feature/add-cerebras-plugin/Cerebras/cerebras-dify-plugin

  2. Submission Type
    x New plugin submission
    Version update for existing plugin

  3. Description
    The Cerebras plugin enables Dify users to integrate with Cerebras Cloud API for ultra-fast AI inference powered by the world's largest AI processor. It provides access to state-of-the-art language models including Llama 3.3 70B, Qwen 3 32B, and other high-performance models with millisecond-level response times. The plugin supports both text generation and chat completion workflows within the Dify platform.

  4. Checklist
    x I have read and followed the Publish to Dify Marketplace guidelines
    x I have read and comply with the Plugin Developer Agreement
    x I confirm my plugin works properly on both Dify Community Edition and Cloud Version
    x I confirm my plugin has been thoroughly tested for completeness and functionality
    x My plugin brings new value to Dify

  5. Documentation Checklist
    Please confirm that your plugin README includes all necessary information:

Step-by-step setup instructions
Detailed usage instructions
All required APIs and credentials are clearly listed
Connection requirements and configuration details
Link to the repository for the plugin source code
6. Privacy Protection Information
Based on Dify Plugin Privacy Protection Guidelines:

Data Collection
The Cerebras plugin does not collect any user personal data. It only forwards API requests to Cerebras Cloud for model inference and returns the generated responses. No personal information is stored, logged, or transmitted beyond the necessary API calls for model functionality.

Privacy Policy
X I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugins/pull/1654 **Author:** [@sebastiand-cerebras](https://github.com/sebastiand-cerebras) **Created:** 12/1/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feature/add-cerebras-plugin` --- ### 📝 Commits (1) - [`373e1db`](https://github.com/langgenius/dify-plugins/commit/373e1dbfd4d4975b01411e5a419b4c8536be6e6c) Add Cerebras plugin for Dify ### 📊 Changes **5 files changed** (+112 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Cerebras/cerebras-dify-plugin/cerebras.difypkg` (+0 -0) ➕ `Cerebras/cerebras-dify-plugin/cerebras.py` (+30 -0) ➕ `Cerebras/cerebras-dify-plugin/cerebras.yaml` (+52 -0) ➕ `Cerebras/cerebras-dify-plugin/icon.svg` (+4 -0) ➕ `Cerebras/cerebras-dify-plugin/manifest.yaml` (+26 -0) </details> ### 📄 Description Add Cerebras/cerebras-dify-plugin with full implementation Include cerebras.difypkg package file Support for Cerebras Cloud API integration Compatible with Dify plugin system Plugin Submission Form 1. Metadata Plugin Author: Cerebras Plugin Name: cerebras Repository URL: https://github.com/sebastiand-cerebras/dify-plugins/tree/feature/add-cerebras-plugin/Cerebras/cerebras-dify-plugin 2. Submission Type x New plugin submission Version update for existing plugin 3. Description The Cerebras plugin enables Dify users to integrate with Cerebras Cloud API for ultra-fast AI inference powered by the world's largest AI processor. It provides access to state-of-the-art language models including Llama 3.3 70B, Qwen 3 32B, and other high-performance models with millisecond-level response times. The plugin supports both text generation and chat completion workflows within the Dify platform. 4. Checklist x I have read and followed the Publish to Dify Marketplace guidelines x I have read and comply with the Plugin Developer Agreement x I confirm my plugin works properly on both Dify Community Edition and Cloud Version x I confirm my plugin has been thoroughly tested for completeness and functionality x My plugin brings new value to Dify 5. Documentation Checklist Please confirm that your plugin README includes all necessary information: Step-by-step setup instructions Detailed usage instructions All required APIs and credentials are clearly listed Connection requirements and configuration details Link to the repository for the plugin source code 6. Privacy Protection Information Based on Dify Plugin Privacy Protection [Guidelines](https://docs.dify.ai/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines): Data Collection The Cerebras plugin does not collect any user personal data. It only forwards API requests to Cerebras Cloud for model inference and returns the generated responses. No personal information is stored, logged, or transmitted beyond the necessary API calls for model functionality. Privacy Policy X I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:06:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#1756