mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-07 16:11:16 +08:00
Go: introduce content_length and max_output (#17807)
Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
@@ -11,6 +11,54 @@
|
||||
},
|
||||
"class": "kimi",
|
||||
"models": [
|
||||
{
|
||||
"name": "kimi-k3",
|
||||
"content_length": 1048576,
|
||||
"max_output": 131072,
|
||||
"model_types": [
|
||||
"chat",
|
||||
"vision"
|
||||
],
|
||||
"thinking": {
|
||||
"default_value": true,
|
||||
"clear_thinking": true
|
||||
},
|
||||
"tools": {
|
||||
"support": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "kimi-k2.7-code",
|
||||
"content_length": 262144,
|
||||
"max_output": 131072,
|
||||
"model_types": [
|
||||
"chat",
|
||||
"vision"
|
||||
],
|
||||
"thinking": {
|
||||
"default_value": true,
|
||||
"clear_thinking": true
|
||||
},
|
||||
"tools": {
|
||||
"support": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "kimi-k2.7-code-highspeed",
|
||||
"content_length": 262144,
|
||||
"max_output": 131072,
|
||||
"model_types": [
|
||||
"chat",
|
||||
"vision"
|
||||
],
|
||||
"thinking": {
|
||||
"default_value": true,
|
||||
"clear_thinking": true
|
||||
},
|
||||
"tools": {
|
||||
"support": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "kimi-k2.6",
|
||||
"max_tokens": 262144,
|
||||
|
||||
Reference in New Issue
Block a user