mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 04:30:51 +08:00
* feat(model-specs): 新增模型规格库与 schema 契约 - compute/model-specs/:按厂商维护模型内在参数(上下文窗口/最大输出/能力/serviceType/默认温度,不含价签) - schemas/model-spec.schema.json:Draft-07 契约,spec 允许 null(新文件不影响老客户端 frozen 契约) - scripts/validate.mjs:pickSchemaKey 纳入 model-specs 校验 - manifest.presetDataVersion 54→55 * feat(model-specs): 新增小米 MiMo 系列模型规格;bump presetDataVersion 55→56 * feat(model-specs): 补全全量模型规格;presetDataVersion 56→57 * feat(model-specs): 新增 releasedAt/retiredAt 时间戳字段;补充 mimo 退役日期
50 lines
1.7 KiB
JSON
50 lines
1.7 KiB
JSON
{
|
||
"description": "快手可灵视频生成系列模型规格。参数来源:config-center compute/providers/kling.json。所有模型均为视频生成(video_gen),无上下文窗口概念。",
|
||
"specs": [
|
||
{
|
||
"id": "kling-v2-5-turbo",
|
||
"displayName": "可灵 V2.5 Turbo",
|
||
"family": "kling-v2-5",
|
||
"match": { "exact": ["kling-v2-5-turbo"], "patterns": ["kling-v2-5-turbo*"] },
|
||
"spec": {
|
||
"capabilities": ["video_generation", "chinese_optimized", "high_quality", "fast"],
|
||
"serviceType": ["video_gen"],
|
||
"description": "可灵最新视频生成模型,高性价比"
|
||
}
|
||
},
|
||
{
|
||
"id": "kling-v2-5-turbo-pro",
|
||
"displayName": "可灵 V2.5 Turbo Pro",
|
||
"family": "kling-v2-5",
|
||
"match": { "exact": ["kling-v2-5-turbo-pro"] },
|
||
"spec": {
|
||
"capabilities": ["video_generation", "chinese_optimized", "ultra_quality"],
|
||
"serviceType": ["video_gen"],
|
||
"description": "可灵高品质视频生成,支持 4K 分辨率"
|
||
}
|
||
},
|
||
{
|
||
"id": "kling-v2",
|
||
"displayName": "可灵 V2",
|
||
"family": "kling-v2",
|
||
"match": { "exact": ["kling-v2"] },
|
||
"spec": {
|
||
"capabilities": ["video_generation", "chinese_optimized", "high_quality"],
|
||
"serviceType": ["video_gen"],
|
||
"description": "可灵文生视频旗舰模型"
|
||
}
|
||
},
|
||
{
|
||
"id": "kling-v2-master",
|
||
"displayName": "可灵 V2 Master",
|
||
"family": "kling-v2",
|
||
"match": { "exact": ["kling-v2-master"] },
|
||
"spec": {
|
||
"capabilities": ["video_generation", "chinese_optimized", "ultra_quality"],
|
||
"serviceType": ["video_gen"],
|
||
"description": "可灵最高品质视频生成,支持 4K 分辨率"
|
||
}
|
||
}
|
||
]
|
||
}
|