mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-07-23 03:13:20 +08:00
- Add happyhorse.json with 6 models: 1.1/1.0 × T2V/I2V/R2V - T2V: text-to-video, I2V: image-to-video, R2V: reference-to-video (up to 9 images) - Provider: HappyHorse via Alibaba Cloud Bailian - Register in _index.json (now 22 providers) - Bump presetDataVersion 62→63
28 lines
469 B
JSON
28 lines
469 B
JSON
{
|
||
"description": "模型规格库加载顺序索引。元素为对应 JSON 文件的 basename(不含 .json)。",
|
||
"order": [
|
||
"anthropic",
|
||
"openai",
|
||
"google",
|
||
"deepseek",
|
||
"qwen",
|
||
"moonshot",
|
||
"zhipu",
|
||
"minimax",
|
||
"xai",
|
||
"mistral",
|
||
"xiaomi",
|
||
"baichuan",
|
||
"baidu",
|
||
"cohere",
|
||
"kling",
|
||
"lingyiwanwu",
|
||
"perplexity",
|
||
"stability",
|
||
"tencent",
|
||
"volcengine",
|
||
"xunfei",
|
||
"happyhorse"
|
||
]
|
||
}
|