agent-Specialization/config/custom_models.json.example

44 lines
1.2 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"models": [
{
"model_name": "Kimi-K3",
"description": "Kimi K3月之暗面最新旗舰模型",
"visible": true,
"url": "${API_BASE_KIMI}",
"apikey": "${API_KEY_KIMI}",
"multimodal": "image,video",
"reasoning_capability": "fast,thinking",
"reasoning_effort": true,
"context_window": 1048576,
"max_output_tokens": 64000,
"thinkmode_status": {
"type": "param_toggle",
"model_id": "k3",
"fast_extra_parameter": {
"thinking": {
"type": "disabled"
}
},
"thinking_extra_parameter": {
"thinking": {
"effort": "max"
}
}
},
"extra_parameter": {},
"model_description": "你是Kimi-K3月之暗面最新旗舰模型很贵但也很强。"
},
{
"model_name": "deepseek-chat",
"description": "DeepSeek 官方 API最小配置示例仅 model_name / url / apikey / model_id 必填,其余字段均有默认值)",
"visible": true,
"url": "https://api.deepseek.com",
"apikey": "${API_KEY_DEEPSEEK}",
"thinkmode_status": {
"type": "param_toggle",
"model_id": "deepseek-chat"
}
}
]
}