Model Centermingyan
Model Center API
External API documentation for model capabilities, request parameters, task submission, and result polling.
Usage
Model Center pages are generated from published model releases. Each model page includes public parameters, media input limits, submit examples, and status-query examples.
Send
model plus model parameters in the request body. After submission succeeds, store the returned id and use it to poll task status and results.Public responses are top-level JSON objects without
code, msg, or data wrappers; task status is normalized to queued, processing, completed, or failed.Submit endpoint
http
POST https://zcbservice.aizfw.cn/kyyReactApiServer/v2/model-center/tasks
Content-Type: application/json
Authorization: Bearer <API_KEY>
Query endpoint
http
GET https://zcbservice.aizfw.cn/kyyReactApiServer/v2/model-center/tasks/{id}
Authorization: Bearer <API_KEY>
Published models
| Group | Service type | Models |
|---|---|---|
| doubao-seedream | Image models | seedream_5.0Pro, seedream-5.0 |
| seedance2.0特价版 | Video models | sd_2.0_fast_special, sd_2.0_special |
| seedance2.0官方折扣版 | Video models | sd_2.0_discount, sd_2.0_fast_discount |
| happyhorse | Video models | HappyHorse 1.0 Image-to-Video, HappyHorse 1.0 Reference-to-Video, HappyHorse 1.0 Text-to-Video, HappyHorse-1.1 Image-to-Video, HappyHorse-1.1 Reference-to-Video, HappyHorse-1.1 Text-to-Video |
| seedance1.5 | Video models | seedance_1_5_pro_1080p, seedance_1_5_pro_480p, seedance_1_5_pro_720p |

