mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-09-05 19:53:46 +08:00
refactor: consolidate smart routing into model specs (#75)
This commit is contained in:
@@ -5,10 +5,24 @@
|
||||
"id": "kling-v2-5-turbo",
|
||||
"displayName": "可灵 V2.5 Turbo",
|
||||
"family": "kling-v2-5",
|
||||
"match": { "exact": ["kling-v2-5-turbo"], "patterns": ["kling-v2-5-turbo*"] },
|
||||
"match": {
|
||||
"exact": [
|
||||
"kling-v2-5-turbo"
|
||||
],
|
||||
"patterns": [
|
||||
"kling-v2-5-turbo*"
|
||||
]
|
||||
},
|
||||
"spec": {
|
||||
"capabilities": ["video_generation", "chinese_optimized", "high_quality", "fast"],
|
||||
"serviceType": ["video_gen"],
|
||||
"capabilities": [
|
||||
"video_generation",
|
||||
"chinese_optimized",
|
||||
"high_quality",
|
||||
"fast"
|
||||
],
|
||||
"serviceType": [
|
||||
"video_gen"
|
||||
],
|
||||
"description": "可灵最新视频生成模型,高性价比"
|
||||
}
|
||||
},
|
||||
@@ -16,10 +30,20 @@
|
||||
"id": "kling-v2-5-turbo-pro",
|
||||
"displayName": "可灵 V2.5 Turbo Pro",
|
||||
"family": "kling-v2-5",
|
||||
"match": { "exact": ["kling-v2-5-turbo-pro"] },
|
||||
"match": {
|
||||
"exact": [
|
||||
"kling-v2-5-turbo-pro"
|
||||
]
|
||||
},
|
||||
"spec": {
|
||||
"capabilities": ["video_generation", "chinese_optimized", "ultra_quality"],
|
||||
"serviceType": ["video_gen"],
|
||||
"capabilities": [
|
||||
"video_generation",
|
||||
"chinese_optimized",
|
||||
"ultra_quality"
|
||||
],
|
||||
"serviceType": [
|
||||
"video_gen"
|
||||
],
|
||||
"description": "可灵高品质视频生成,支持 4K 分辨率"
|
||||
}
|
||||
},
|
||||
@@ -27,10 +51,20 @@
|
||||
"id": "kling-v2",
|
||||
"displayName": "可灵 V2",
|
||||
"family": "kling-v2",
|
||||
"match": { "exact": ["kling-v2"] },
|
||||
"match": {
|
||||
"exact": [
|
||||
"kling-v2"
|
||||
]
|
||||
},
|
||||
"spec": {
|
||||
"capabilities": ["video_generation", "chinese_optimized", "high_quality"],
|
||||
"serviceType": ["video_gen"],
|
||||
"capabilities": [
|
||||
"video_generation",
|
||||
"chinese_optimized",
|
||||
"high_quality"
|
||||
],
|
||||
"serviceType": [
|
||||
"video_gen"
|
||||
],
|
||||
"description": "可灵文生视频旗舰模型"
|
||||
}
|
||||
},
|
||||
@@ -38,10 +72,20 @@
|
||||
"id": "kling-v2-master",
|
||||
"displayName": "可灵 V2 Master",
|
||||
"family": "kling-v2",
|
||||
"match": { "exact": ["kling-v2-master"] },
|
||||
"match": {
|
||||
"exact": [
|
||||
"kling-v2-master"
|
||||
]
|
||||
},
|
||||
"spec": {
|
||||
"capabilities": ["video_generation", "chinese_optimized", "ultra_quality"],
|
||||
"serviceType": ["video_gen"],
|
||||
"capabilities": [
|
||||
"video_generation",
|
||||
"chinese_optimized",
|
||||
"ultra_quality"
|
||||
],
|
||||
"serviceType": [
|
||||
"video_gen"
|
||||
],
|
||||
"description": "可灵最高品质视频生成,支持 4K 分辨率"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user