[PR #1226] add aionly plug #1473

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/1226
Author: @AiOnly6868
Created: 9/11/2025
Status: 🔄 Open

Base: mainHead: main


📝 Commits (1)

📊 Changes

1 file changed (+0 additions, -0 deletions)

View changed files

aionly/aionly.difypkg (+0 -0)

📄 Description

Plugin Submission Form

  1. Metadata
    Plugin Author: AiOnly6868
    Plugin Name: aionly
    Repository URL: https://github.com/AiOnly6868/aionly_plug
  2. Submission Type
    [✔️] New plugin submission
    [ ] Version update for existing plugin
  3. Description
    This is a new Dify plugin that provides access to multiple AI models through the aionly.com API platform. The plugin offers:
    Large Language Models (LLM):
    aionly-kld3.5-sonnet-v2
    claude-3.7-sonnet
    claude-opus-4.1
    gpt-4o
    gpt-5-chat
    Text-to-Speech (TTS) Models:
    Doubao-tts01
    minimax-speech-02-hd
    The plugin serves as a unified gateway to access various cutting-edge AI models through a single API key, making it convenient for users to switch between different models without managing multiple API credentials.
  4. Checklist
    [✔️] I have read and followed the Publish to Dify Marketplace guidelines
    [✔️] I have read and comply with the Plugin Developer Agreement
    [✔️] I confirm my plugin works properly on both Dify Community Edition and Cloud Version
    [✔️] I confirm my plugin has been thoroughly tested for completeness and functionality
    [✔️] 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
    Yes, the plugin collects the following types of user personal data:
    API Key Information: User-provided aionly API keys for authentication
    Usage Data: Text content sent to AI models, model configuration parameters, usage time and frequency
    Technical Information: Plugin version information, error logs, debugging information, and network request information
    The data collection is necessary for:
    Authenticating users with the aionly.com service
    Processing AI model requests and text-to-speech conversions
    Monitoring plugin performance and diagnosing technical issues
    Ensuring security and preventing abuse
    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
    The privacy policy is included in the PRIVACY.md file and covers:
    Types of information collected
    How information is used
    Data sharing practices
    Security measures
    Data retention policies
    User rights
    Contact information for privacy-related inquiries
    Note: The plugin acts as a proxy service that forwards user requests to aionly.com's API. All AI processing is performed by aionly.com's servers, and the plugin does not store user conversation content locally.

🔄 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/1226 **Author:** [@AiOnly6868](https://github.com/AiOnly6868) **Created:** 9/11/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`de20c67`](https://github.com/langgenius/dify-plugins/commit/de20c674d250b58ccdfb34e2c37fcba3386edae2) add aionly plug ### 📊 Changes **1 file changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `aionly/aionly.difypkg` (+0 -0) </details> ### 📄 Description Plugin Submission Form 1. Metadata Plugin Author: AiOnly6868 Plugin Name: aionly Repository URL: https://github.com/AiOnly6868/aionly_plug 2. Submission Type [✔️] New plugin submission [ ] Version update for existing plugin 3. Description This is a new Dify plugin that provides access to multiple AI models through the aionly.com API platform. The plugin offers: Large Language Models (LLM): aionly-kld3.5-sonnet-v2 claude-3.7-sonnet claude-opus-4.1 gpt-4o gpt-5-chat Text-to-Speech (TTS) Models: Doubao-tts01 minimax-speech-02-hd The plugin serves as a unified gateway to access various cutting-edge AI models through a single API key, making it convenient for users to switch between different models without managing multiple API credentials. 4. Checklist [✔️] I have read and followed the Publish to Dify Marketplace guidelines [✔️] I have read and comply with the Plugin Developer Agreement [✔️] I confirm my plugin works properly on both Dify Community Edition and Cloud Version [✔️] I confirm my plugin has been thoroughly tested for completeness and functionality [✔️] 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 Yes, the plugin collects the following types of user personal data: API Key Information: User-provided aionly API keys for authentication Usage Data: Text content sent to AI models, model configuration parameters, usage time and frequency Technical Information: Plugin version information, error logs, debugging information, and network request information The data collection is necessary for: Authenticating users with the aionly.com service Processing AI model requests and text-to-speech conversions Monitoring plugin performance and diagnosing technical issues Ensuring security and preventing abuse 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 The privacy policy is included in the PRIVACY.md file and covers: Types of information collected How information is used Data sharing practices Security measures Data retention policies User rights Contact information for privacy-related inquiries Note: The plugin acts as a proxy service that forwards user requests to aionly.com's API. All AI processing is performed by aionly.com's servers, and the plugin does not store user conversation content locally. --- <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 17:59:00 -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#1473