feat: add deepseek-coder model support

This commit is contained in:
xyz 2026-01-09 10:41:07 +08:00
parent f1b3f29be0
commit 35c40d97d6

View File

@ -69,6 +69,7 @@ AVAILABLE_MODELS = {
# DeepSeek (官方 API: https://api.deepseek.com)
"deepseek-chat": "DeepSeek V3 通用对话 (DeepSeek)",
"deepseek-reasoner": "DeepSeek R1 深度推理 (DeepSeek)",
"deepseek-coder": "DeepSeek Coder 代码模型 (DeepSeek)",
# Meta
"llama-3.3-70b-instruct": "Llama 3.3 70B (Meta)",