mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-06-17 15:23:01 +08:00
feat: add Kimi K2.7 Code model (kimi-k2.7-code)
Add kimi-k2.7-code to the model registry with: - 262K context length, 65K max completion tokens - Thinking support (dynamic, 1024-32000 budget) - zero_allowed=false (K2.7 Code does not support non-thinking mode) Closes #3826
This commit is contained in:
@@ -1820,6 +1820,23 @@
|
||||
"zero_allowed": true,
|
||||
"dynamic_allowed": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "kimi-k2.7-code",
|
||||
"object": "model",
|
||||
"created": 1780396800,
|
||||
"owned_by": "moonshot",
|
||||
"type": "kimi",
|
||||
"display_name": "Kimi K2.7 Code",
|
||||
"description": "Kimi K2.7 Code - Moonshot AI's latest coding-focused model",
|
||||
"context_length": 262144,
|
||||
"max_completion_tokens": 65536,
|
||||
"thinking": {
|
||||
"min": 1024,
|
||||
"max": 32000,
|
||||
"zero_allowed": false,
|
||||
"dynamic_allowed": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"antigravity": [
|
||||
|
||||
Reference in New Issue
Block a user