mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #2547] [MERGED] feat(tongyi): add Kimi K2 series models support #2560
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/2547
Author: @ZenKaiii
Created: 2/5/2026
Status: ✅ Merged
Merged: 2/5/2026
Merged by: @crazywoola
Base:
main← Head:feat/tongyi-kimi-k2-models📝 Commits (1)
dc27407feat(tongyi): add Kimi K2 series models support📊 Changes
6 files changed (+294 additions, -53 deletions)
View changed files
📝
models/tongyi/manifest.yaml(+1 -1)➕
models/tongyi/models/llm/Moonshot-Kimi-K2-Instruct.yaml(+70 -0)📝
models/tongyi/models/llm/_position.yaml(+3 -0)➕
models/tongyi/models/llm/kimi-k2-thinking.yaml(+50 -0)➕
models/tongyi/models/llm/kimi-k2.5.yaml(+82 -0)📝
models/tongyi/models/llm/llm.py(+88 -52)📄 Description
Summary
Add three new Kimi models from Alibaba Cloud Bailian platform to the Tongyi plugin:
New Models
kimi-k2.5 - The most versatile model in the Kimi series
kimi-k2-thinking - Dedicated thinking model
Moonshot-Kimi-K2-Instruct - Fast non-thinking model
Changes
Reference
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.