Files
config-center/compute/model-specs/kling.json

94 lines
2.1 KiB
JSON
Raw 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.
{
"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 分辨率"
}
}
]
}