Browse Source

Fix: kimi-latest is not authorized (#9151)

### What problem does this PR solve?

Fix kimi-latest is not authorized.

Add kimi-thinking-preview.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
- [x] New Feature (non-breaking change which adds functionality)
tags/v0.20.0
Yongteng Lei 3 months ago
parent
commit
4b98119c52
No account linked to committer's email address
1 changed files with 7 additions and 14 deletions
  1. 7
    14
      conf/llm_factories.json

+ 7
- 14
conf/llm_factories.json View File

@@ -584,29 +584,22 @@
"status": "1",
"llm": [
{
"llm_name": "kimi-k2-0711-preview",
"tags": "LLM,CHAT,128k",
"llm_name": "kimi-thinking-preview",
"tags": "LLM,CHAT,1M",
"max_tokens": 131072,
"model_type": "chat",
"is_tools": true
},
{
"llm_name": "kimi-latest-8k",
"tags": "LLM,CHAT,8k",
"max_tokens": 8192,
"model_type": "chat",
"is_tools": true
},
{
"llm_name": "kimi-latest-32k",
"tags": "LLM,CHAT,32k",
"max_tokens": 32768,
"llm_name": "kimi-k2-0711-preview",
"tags": "LLM,CHAT,128k",
"max_tokens": 131072,
"model_type": "chat",
"is_tools": true
},
{
"llm_name": "kimi-latest-128k",
"tags": "LLM,CHAT,128k",
"llm_name": "kimi-latest",
"tags": "LLM,CHAT,8k,32k,128k",
"max_tokens": 131072,
"model_type": "chat",
"is_tools": true

Loading…
Cancel
Save