[PR #2587] [MERGED] feat: support latest minimax models and add test #2589

Closed
opened 2026-02-16 11:17:24 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/2587
Author: @Stream29
Created: 2/13/2026
Status: Merged
Merged: 2/13/2026
Merged by: @Stream29

Base: mainHead: models/minimax/new-models


📝 Commits (8)

  • 195bd34 feat: support latest minimax models
  • fccdbec test: add tests for minimax
  • 9e9e7f6 chore: bump version
  • e899b41 test: fix test
  • 2fbb36f chore: remove unsupported models
  • e3bfa85 chore: add anthropic for dependency
  • 81d0fb2 fix: this should be working
  • 6e25703 fix: correct thinking behavior

📊 Changes

13 files changed (+928 additions, -281 deletions)

View changed files

models/minimax/.difyignore (+3 -0)
📝 models/minimax/manifest.yaml (+1 -1)
models/minimax/models/llm/_position.yaml (+7 -0)
📝 models/minimax/models/llm/llm.py (+543 -272)
models/minimax/models/llm/minimax-m2-her.yaml (+37 -0)
models/minimax/models/llm/minimax-m2.5-lightning.yaml (+37 -0)
models/minimax/models/llm/minimax-m2.5.yaml (+37 -0)
📝 models/minimax/provider/minimax.py (+1 -1)
📝 models/minimax/provider/minimax.yaml (+2 -2)
📝 models/minimax/pyproject.toml (+4 -1)
📝 models/minimax/requirements.txt (+2 -1)
models/minimax/tests/test_llm_call.py (+85 -0)
📝 models/minimax/uv.lock (+169 -3)

📄 Description

No description provided


🔄 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/2587 **Author:** [@Stream29](https://github.com/Stream29) **Created:** 2/13/2026 **Status:** ✅ Merged **Merged:** 2/13/2026 **Merged by:** [@Stream29](https://github.com/Stream29) **Base:** `main` ← **Head:** `models/minimax/new-models` --- ### 📝 Commits (8) - [`195bd34`](https://github.com/langgenius/dify-official-plugins/commit/195bd34b5c767a4a13c987e819a4ec2521dd26f3) feat: support latest minimax models - [`fccdbec`](https://github.com/langgenius/dify-official-plugins/commit/fccdbecbf12eabc2cd249269ff8778aff0f5e8f2) test: add tests for minimax - [`9e9e7f6`](https://github.com/langgenius/dify-official-plugins/commit/9e9e7f6142edc4030404a30a96e2ae2cbad2a7ac) chore: bump version - [`e899b41`](https://github.com/langgenius/dify-official-plugins/commit/e899b4106351a26169b501bfbdd085aa9e44f10e) test: fix test - [`2fbb36f`](https://github.com/langgenius/dify-official-plugins/commit/2fbb36f41872345905bf1bcd9dfd63347a8b4c69) chore: remove unsupported models - [`e3bfa85`](https://github.com/langgenius/dify-official-plugins/commit/e3bfa85defff3ecedd1b76f2490ec172a60f38f8) chore: add anthropic for dependency - [`81d0fb2`](https://github.com/langgenius/dify-official-plugins/commit/81d0fb28f3c19a78ca8ad961e9e6b55b5f3df284) fix: this should be working - [`6e25703`](https://github.com/langgenius/dify-official-plugins/commit/6e25703b7bc6dffd5987ee241afe5e04411deed3) fix: correct thinking behavior ### 📊 Changes **13 files changed** (+928 additions, -281 deletions) <details> <summary>View changed files</summary> ➕ `models/minimax/.difyignore` (+3 -0) 📝 `models/minimax/manifest.yaml` (+1 -1) ➕ `models/minimax/models/llm/_position.yaml` (+7 -0) 📝 `models/minimax/models/llm/llm.py` (+543 -272) ➕ `models/minimax/models/llm/minimax-m2-her.yaml` (+37 -0) ➕ `models/minimax/models/llm/minimax-m2.5-lightning.yaml` (+37 -0) ➕ `models/minimax/models/llm/minimax-m2.5.yaml` (+37 -0) 📝 `models/minimax/provider/minimax.py` (+1 -1) 📝 `models/minimax/provider/minimax.yaml` (+2 -2) 📝 `models/minimax/pyproject.toml` (+4 -1) 📝 `models/minimax/requirements.txt` (+2 -1) ➕ `models/minimax/tests/test_llm_call.py` (+85 -0) 📝 `models/minimax/uv.lock` (+169 -3) </details> ### 📄 Description _No description provided_ --- <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 11:17:24 -05:00
yindo closed this issue 2026-02-16 11:17:24 -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#2589