Package ai.runapi.wan.types
Class ImageToVideoModel
java.lang.Object
ai.runapi.core.types.RunApiValue
ai.runapi.wan.types.ImageToVideoModel
public final class ImageToVideoModel
extends ai.runapi.core.types.RunApiValue
Image-to-video model slug.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ImageToVideoModel2.2 turbo image-to-video model.static final ImageToVideoModel2.5 image-to-video model.static final ImageToVideoModel2.6 flash image-to-video model.static final ImageToVideoModel2.6 image-to-video model.static final ImageToVideoModel2.7 image-to-video model. -
Constructor Summary
ConstructorsConstructorDescriptionImageToVideoModel(String value) Creates a model value from a literal model slug. -
Method Summary
Methods inherited from class ai.runapi.core.types.RunApiValue
equals, hashCode, toString, value
-
Field Details
-
WAN_2_2_A14B_IMAGE_TO_VIDEO_TURBO
2.2 turbo image-to-video model. -
WAN_2_5_IMAGE_TO_VIDEO
2.5 image-to-video model. -
WAN_2_6_IMAGE_TO_VIDEO
2.6 image-to-video model. -
WAN_2_6_FLASH_IMAGE_TO_VIDEO
2.6 flash image-to-video model. -
WAN_2_7_IMAGE_TO_VIDEO
2.7 image-to-video model.
-
-
Constructor Details
-
ImageToVideoModel
Creates a model value from a literal model slug.
-