mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
Add New Model Provider: Bailing AI models #829
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?
Originally created by @decade613 on GitHub (Nov 25, 2025).
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
Hi Dify team,
I’d like to propose the integration of Bailing (百灵) — a series of large AI models developed and open-sourced by Ant Group — as an official model provider in Dify’s plugin marketplace. As the developer who implemented the initial integration, I’m excited to contribute this provider to expand Dify’s model provider.
🌟 About Bailing (百灵)
Bailing is a family of state-of-the-art large language models built on the latest Mixture-of-Experts (MoE) architecture, designed for high performance, efficiency, and reasoning capability. The current lineup includes:
Ling Series (foundation models):
Ling-mini: Optimized for fast, cost-effective generation
Ling-flash: Balanced performance for mainstream tasks with deep optimization
Ling-1T: Trillion-parameter scale for advanced reasoning and stable, high-quality responses
Ring Series (reasoning-optimized models): Tailored for complex logical and multi-step tasks
Upcoming Ming Series: Multimodal models supporting cross-modal understanding and generation
Resources
Official Introduction: https://alipaytbox.yuque.com/sxs0ba/ling/intro
Hugging Face: https://huggingface.co/inclusionAI
GitHub: https://github.com/inclusionAI
🔌 Integration Highlights
The Bailing API is fully OpenAI-compatible, which enables seamless integration into Dify with minimal architectural changes:
Supports standard /v1/chat/completions endpoint
Uses familiar request/response formats and parameters (temperature, top_p, max_tokens, etc.)
Authentication via API key (configurable via UI or BAILING_API_KEY environment variable)
Customizable base URL for private deployments
✨ Unique Capabilities
Beyond standard LLM features, Bailing offers several advanced functionalities that enhance application scenarios in Dify:
Built-in Web Search: Enable real-time retrieval via enable_search and fine-tune behavior with search_options
Reasoning Control: Adjust reasoning depth and output verbosity for tailored user experiences
High-Quality Reasoning: Especially strong in logic-heavy, multi-turn, and analytical tasks (thanks to MoE + Ring architecture)
Docs
Full API reference: https://alipaytbox.yuque.com/sxs0ba/ling/api_chat
2. Additional context or comments
Usage Example
3. Can you help us with this feature?
@dosubot[bot] commented on GitHub (Dec 12, 2025):
Hi, @decade613. I'm Dosu, and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary:
Next Steps:
Thank you for your understanding and contribution!