chore(config): untrack local custom model secrets
This commit is contained in:
parent
4e7da0de23
commit
e58a962dcd
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@ doc/
|
||||
|
||||
# Host workspace config (local, use .example)
|
||||
config/host_workspaces.json
|
||||
config/custom_models.json
|
||||
|
||||
@ -1,144 +0,0 @@
|
||||
{
|
||||
"models": [
|
||||
{
|
||||
"model_name": "kimi-k2.6",
|
||||
"description": "Kimi-k2.6(测试别名),配置与 Kimi-k2.5 一致",
|
||||
"visible": true,
|
||||
"url": "${API_BASE_KIMI_OFFICIAL}",
|
||||
"apikey": "${API_KEY_KIMI_OFFICIAL}",
|
||||
"multimodal": "image,video",
|
||||
"reasoning_capability": "fast,thinking",
|
||||
"context_window": 256000,
|
||||
"max_output_tokens": 32768,
|
||||
"thinkmode_status": {
|
||||
"type": "param_toggle",
|
||||
"model_id": "kimi-k2.5",
|
||||
"fast_extra_parameter": {
|
||||
"thinking": {
|
||||
"type": "disabled"
|
||||
}
|
||||
},
|
||||
"thinking_extra_parameter": {
|
||||
"thinking": {
|
||||
"type": "enabled"
|
||||
},
|
||||
"enable_thinking": true
|
||||
}
|
||||
},
|
||||
"extra_parameter": {},
|
||||
"model_description": "你的基础模型是 Kimi-k2.6(测试别名),底层与 Kimi-k2.5 一致,并通过 thinking 参数开启/关闭思考能力。"
|
||||
},
|
||||
{
|
||||
"model_name": "DeepSeek-V4-Flash Max",
|
||||
"description": "DeepSeek V4 Flash(reasoning_effort=max),支持快速/思考/深度思考",
|
||||
"visible": true,
|
||||
"url": "https://api.deepseek.com",
|
||||
"apikey": "${API_KEY_DEEPSEEK}",
|
||||
"multimodal": "none",
|
||||
"reasoning_capability": "fast,thinking",
|
||||
"context_window": 1000000,
|
||||
"max_output_tokens": 384000,
|
||||
"thinkmode_status": {
|
||||
"type": "param_toggle",
|
||||
"model_id": "deepseek-v4-flash",
|
||||
"fast_extra_parameter": {
|
||||
"thinking": {
|
||||
"type": "disabled"
|
||||
}
|
||||
},
|
||||
"thinking_extra_parameter": {
|
||||
"thinking": {
|
||||
"type": "enabled"
|
||||
},
|
||||
"reasoning_effort": "max"
|
||||
}
|
||||
},
|
||||
"extra_parameter": {},
|
||||
"model_description": "你是DeepSeek-V4-Flash,一个快捷、高效的通用模型,具备接近旗舰级的推理能力,在简单到中等复杂度任务中表现出色,并支持 1M 上下文,适合追求响应速度与成本效率的使用场景。"
|
||||
},
|
||||
{
|
||||
"model_name": "DeepSeek-V4-Flah High",
|
||||
"description": "DeepSeek V4 Flash(reasoning_effort=high),支持快速/思考/深度思考",
|
||||
"visible": true,
|
||||
"url": "https://api.deepseek.com",
|
||||
"apikey": "${API_KEY_DEEPSEEK}",
|
||||
"multimodal": "none",
|
||||
"reasoning_capability": "fast,thinking",
|
||||
"context_window": 1000000,
|
||||
"max_output_tokens": 384000,
|
||||
"thinkmode_status": {
|
||||
"type": "param_toggle",
|
||||
"model_id": "deepseek-v4-flash",
|
||||
"fast_extra_parameter": {
|
||||
"thinking": {
|
||||
"type": "disabled"
|
||||
}
|
||||
},
|
||||
"thinking_extra_parameter": {
|
||||
"thinking": {
|
||||
"type": "enabled"
|
||||
},
|
||||
"reasoning_effort": "high"
|
||||
}
|
||||
},
|
||||
"extra_parameter": {},
|
||||
"model_description": "你是DeepSeek-V4-Flash,一个快捷、高效的通用模型,具备接近旗舰级的推理能力,在简单到中等复杂度任务中表现出色,并支持 1M 上下文,适合追求响应速度与成本效率的使用场景。"
|
||||
},
|
||||
{
|
||||
"model_name": "DeepSeek-V4-Pro Max",
|
||||
"description": "DeepSeek V4 Pro(reasoning_effort=max),支持快速/思考/深度思考",
|
||||
"visible": true,
|
||||
"url": "https://api.deepseek.com",
|
||||
"apikey": "${API_KEY_DEEPSEEK}",
|
||||
"multimodal": "none",
|
||||
"reasoning_capability": "fast,thinking",
|
||||
"context_window": 1000000,
|
||||
"max_output_tokens": 384000,
|
||||
"thinkmode_status": {
|
||||
"type": "param_toggle",
|
||||
"model_id": "deepseek-v4-pro",
|
||||
"fast_extra_parameter": {
|
||||
"thinking": {
|
||||
"type": "disabled"
|
||||
}
|
||||
},
|
||||
"thinking_extra_parameter": {
|
||||
"thinking": {
|
||||
"type": "enabled"
|
||||
},
|
||||
"reasoning_effort": "max"
|
||||
}
|
||||
},
|
||||
"extra_parameter": {},
|
||||
"model_description": "你是DeepSeek-V4-Pro,一个面向复杂任务的高性能通用模型,具备突出的 Agent 能力、丰富的世界知识和顶级推理表现,在编程、数学、STEM 与复杂问题分析场景中表现尤为出色,并支持 1M 上下文。"
|
||||
},
|
||||
{
|
||||
"model_name": "DeepSeek-V4-Pro High",
|
||||
"description": "DeepSeek V4 Pro(reasoning_effort=high),支持快速/思考/深度思考",
|
||||
"visible": true,
|
||||
"url": "https://api.deepseek.com",
|
||||
"apikey": "${API_KEY_DEEPSEEK}",
|
||||
"multimodal": "none",
|
||||
"reasoning_capability": "fast,thinking",
|
||||
"context_window": 1000000,
|
||||
"max_output_tokens": 384000,
|
||||
"thinkmode_status": {
|
||||
"type": "param_toggle",
|
||||
"model_id": "deepseek-v4-pro",
|
||||
"fast_extra_parameter": {
|
||||
"thinking": {
|
||||
"type": "disabled"
|
||||
}
|
||||
},
|
||||
"thinking_extra_parameter": {
|
||||
"thinking": {
|
||||
"type": "enabled"
|
||||
},
|
||||
"reasoning_effort": "high"
|
||||
}
|
||||
},
|
||||
"extra_parameter": {},
|
||||
"model_description": "你是DeepSeek-V4-Pro,一个面向复杂任务的高性能通用模型,具备突出的 Agent 能力、丰富的世界知识和顶级推理表现,在编程、数学、STEM 与复杂问题分析场景中表现尤为出色,并支持 1M 上下文。"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -2,7 +2,7 @@
|
||||
"models": [
|
||||
{
|
||||
"model_name": "kimi-k2.6",
|
||||
"description": "Kimi-k2.6(测试别名),配置与 Kimi-k2.5 一致",
|
||||
"description": "Kimi-k2.6",
|
||||
"visible": true,
|
||||
"url": "${API_BASE_KIMI_OFFICIAL}",
|
||||
"apikey": "${API_KEY_KIMI_OFFICIAL}",
|
||||
@ -12,7 +12,7 @@
|
||||
"max_output_tokens": 32768,
|
||||
"thinkmode_status": {
|
||||
"type": "param_toggle",
|
||||
"model_id": "kimi-k2.5",
|
||||
"model_id": "kimi-k2.6",
|
||||
"fast_extra_parameter": {
|
||||
"thinking": {
|
||||
"type": "disabled"
|
||||
@ -26,7 +26,7 @@
|
||||
}
|
||||
},
|
||||
"extra_parameter": {},
|
||||
"model_description": "你的基础模型是 Kimi-k2.6(测试别名),底层与 Kimi-k2.5 一致,并通过 thinking 参数开启/关闭思考能力。"
|
||||
"model_description": "你的基础模型是 Kimi-k2.6,并通过 thinking 参数开启/关闭思考能力。"
|
||||
},
|
||||
{
|
||||
"model_name": "DeepSeek-V4-Flash Max",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user