mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #1654] Add Cerebras plugin for Dify #1756
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugins/pull/1654
Author: @sebastiand-cerebras
Created: 12/1/2025
Status: 🔄 Open
Base:
main← Head:feature/add-cerebras-plugin📝 Commits (1)
373e1dbAdd 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
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
Submission Type
x New plugin submission
Version update for existing plugin
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.
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
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.