Files
ragflow/conf/models/moonshot.json
Jin Hai b8660b9919 Add deepseek and moonshot model json (#14290)
### What problem does this PR solve?

As title

### Type of change

- [x] New Feature (non-breaking change which adds functionality)

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
2026-04-22 15:59:41 +08:00

98 lines
1.7 KiB
JSON

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