Feat: add kimi-k2.5 (#12852)

### What problem does this PR solve?

Add kimi-k2.5

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Yongteng Lei
2026-01-28 12:41:20 +08:00
committed by GitHub
parent 3a8c848af5
commit b57c82b122
2 changed files with 27 additions and 3 deletions

View File

@ -994,6 +994,13 @@
"model_type": "chat",
"is_tools": true
},
{
"llm_name": "kimi-k2.5",
"tags": "LLM,CHAT,256k",
"max_tokens": 256000,
"model_type": "chat",
"is_tools": true
},
{
"llm_name": "kimi-latest",
"tags": "LLM,CHAT,8k,32k,128k",
@ -5578,4 +5585,4 @@
]
}
]
}
}