Package ai.runapi.wan.resources
Interface ImageToVideoResource
public interface ImageToVideoResource
Image-to-video generation operations.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionai.runapi.core.polling.TaskCreateResponsecreate(ImageToVideoParams params) Creates an image-to-video task.ai.runapi.core.polling.TaskCreateResponsecreate(ImageToVideoParams params, ai.runapi.core.RequestOptions options) Creates an image-to-video task with per-request options.Retrieves an image-to-video task by ID.Retrieves an image-to-video task by ID with per-request options.run(ImageToVideoParams params) Creates an image-to-video task and polls until it completes.run(ImageToVideoParams params, ai.runapi.core.RequestOptions options) Creates an image-to-video task with per-request options and polls until it completes.
-
Field Details
-
ENDPOINT
API endpoint path for image-to-video tasks.- See Also:
-
-
Method Details
-
create
Creates an image-to-video task. -
create
ai.runapi.core.polling.TaskCreateResponse create(ImageToVideoParams params, ai.runapi.core.RequestOptions options) Creates an image-to-video task with per-request options. -
get
Retrieves an image-to-video task by ID. -
get
Retrieves an image-to-video task by ID with per-request options. -
run
Creates an image-to-video task and polls until it completes. -
run
Creates an image-to-video task with per-request options and polls until it completes.
-