Model list and model-supported feature documentation: https://kdocs.cn/l/csVggsGSdgkpModel names are compatible with both hyphens and underscores, and are case-insensitive. The old model naming style is also supported. By adding -t2v, -i2v, -v2v to the model name, using previous model names will still not cause errors. The interface will determine whether to generate video from images based on the presence of image/end_image fields in the parameters, and from videos based on the presence of the video field.Webhook is supported, and results will be sent when video generation succeeds or fails.If an error occurs due to Apikey unavailability during automatic polling of tasks in the backend, the webhook will send a failed status result. However, after restoring Apikey availability, you can manually call the task query interface to continue retrieving results.Request Content-Type supports both JSON and multipart/form-data.Images support base64 images, publicly accessible image URLs, and file stream images.Due to parameter size limitations, videos are only supported as URL parameters.