Files
config-center/compute/model-specs/_index.json
Johnson-LYS e73b607706 feat: add HappyHorse (快乐马) video generation models (#39)
- 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
2026-07-03 13:37:51 +08:00

28 lines
469 B
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": "模型规格库加载顺序索引。元素为对应 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"
]
}