mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #2587] [MERGED] feat: support latest minimax models and add test #2589
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-official-plugins/pull/2587
Author: @Stream29
Created: 2/13/2026
Status: ✅ Merged
Merged: 2/13/2026
Merged by: @Stream29
Base:
main← Head:models/minimax/new-models📝 Commits (8)
195bd34feat: support latest minimax modelsfccdbectest: add tests for minimax9e9e7f6chore: bump versione899b41test: fix test2fbb36fchore: remove unsupported modelse3bfa85chore: add anthropic for dependency81d0fb2fix: this should be working6e25703fix: 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.