[PR #327] [MERGED] Add minimax-text-01 model to supported LLM configurations #1286

Closed
opened 2026-02-16 10:22:32 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/327
Author: @Yeuoly
Created: 2/28/2025
Status: Merged
Merged: 2/28/2025
Merged by: @crazywoola

Base: mainHead: sync/minimax


📝 Commits (2)

  • f3c92ab Add minimax-text-01 model to supported LLM configurations
  • c14027f Bump minimax plugin version to 0.0.4

📊 Changes

3 files changed (+48 additions, -1 deletions)

View changed files

📝 models/minimax/manifest.yaml (+1 -1)
📝 models/minimax/models/llm/llm.py (+1 -0)
models/minimax/models/llm/minimax-text-01.yaml (+46 -0)

📄 Description

  • Add new Minimax model "minimax-text-01" to the model_apis dictionary
  • Consistent with previous model configuration updates

sync: https://github.com/langgenius/dify/pull/12763


🔄 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-official-plugins/pull/327 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 2/28/2025 **Status:** ✅ Merged **Merged:** 2/28/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `sync/minimax` --- ### 📝 Commits (2) - [`f3c92ab`](https://github.com/langgenius/dify-official-plugins/commit/f3c92ab274c6ee264b2349129806d637ddaec749) Add minimax-text-01 model to supported LLM configurations - [`c14027f`](https://github.com/langgenius/dify-official-plugins/commit/c14027f40e7a7882259e1083924c133beb66af50) Bump minimax plugin version to 0.0.4 ### 📊 Changes **3 files changed** (+48 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `models/minimax/manifest.yaml` (+1 -1) 📝 `models/minimax/models/llm/llm.py` (+1 -0) ➕ `models/minimax/models/llm/minimax-text-01.yaml` (+46 -0) </details> ### 📄 Description * Add new Minimax model "minimax-text-01" to the model_apis dictionary * Consistent with previous model configuration updates sync: https://github.com/langgenius/dify/pull/12763 --- <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-16 10:22:32 -05:00
yindo closed this issue 2026-02-16 10:22:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1286