Files
ragflow/conf/models/moonshot.json
Haruko386 c575164695 Go: add tools for a lot of providers (#17341)
### Summary

As title

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2026-07-24 19:33:38 +08:00

110 lines
1.9 KiB
JSON

{
"name": "Moonshot",
"rank": 994,
"url": {
"default": "https://api.moonshot.cn/v1"
},
"url_suffix": {
"chat": "chat/completions",
"models": "models",
"balance": "users/me/balance"
},
"class": "kimi",
"models": [
{
"name": "kimi-k2.6",
"max_tokens": 262144,
"model_types": [
"chat",
"vision"
],
"thinking": {
"default_value": true,
"clear_thinking": true
},
"tools": {
"support": true
}
},
{
"name": "kimi-k2.5",
"max_tokens": 262144,
"model_types": [
"chat",
"vision"
],
"thinking": {
"default_value": true,
"clear_thinking": true
},
"tools": {
"support": true
}
},
{
"name": "moonshot-v1-8k",
"max_tokens": 8000,
"model_types": [
"chat",
"vision"
],
"tools": {
"support": true
}
},
{
"name": "moonshot-v1-32k",
"max_tokens": 32000,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "moonshot-v1-128k",
"max_tokens": 128000,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "moonshot-v1-8k-vision-preview",
"max_tokens": 8000,
"model_types": [
"chat",
"vision"
],
"tools": {
"support": true
}
},
{
"name": "moonshot-v1-32k-vision-preview",
"max_tokens": 32000,
"model_types": [
"chat",
"vision"
],
"tools": {
"support": true
}
},
{
"name": "moonshot-v1-128k-vision-preview",
"max_tokens": 128000,
"model_types": [
"chat",
"vision"
],
"tools": {
"support": true
}
}
]
}