[model] Add mistral-small 3.2 & kimi-dev (#8433)

This commit is contained in:
Kingsley 2025-06-24 14:59:47 +08:00 committed by GitHub
parent 8ed085e403
commit fffa43be86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1143,6 +1143,17 @@ register_model_group(
)
register_model_group(
models={
"Kimi-Dev-72B-Instruct": {
DownloadSource.DEFAULT: "moonshotai/Kimi-Dev-72B",
DownloadSource.MODELSCOPE: "moonshotai/Kimi-Dev-72B",
},
},
template="qwen",
)
register_model_group(
models={
"Kimi-VL-A3B-Instruct": {
@ -1675,6 +1686,10 @@ register_model_group(
DownloadSource.DEFAULT: "mistralai/Mistral-Small-3.1-24B-Instruct-2503",
DownloadSource.MODELSCOPE: "mistralai/Mistral-Small-3.1-24B-Instruct-2503",
},
"Mistral-Small-3.2-24B-Instruct": {
DownloadSource.DEFAULT: "mistralai/Mistral-Small-3.2-24B-Instruct-2506",
DownloadSource.MODELSCOPE: "mistralai/Mistral-Small-3.2-24B-Instruct-2506",
},
},
template="mistral_small",
multimodal=True,