Package ai.runapi.wan.types
Class AnimateModel
java.lang.Object
ai.runapi.core.types.RunApiValue
ai.runapi.wan.types.AnimateModel
public final class AnimateModel
extends ai.runapi.core.types.RunApiValue
Animate model slug.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AnimateModelAnimation model that preserves the source subject and applies motion.static final AnimateModelAnimation model that replaces the source subject using the reference video. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ai.runapi.core.types.RunApiValue
equals, hashCode, toString, value
-
Field Details
-
WAN_2_2_ANIMATE_MOVE
Animation model that preserves the source subject and applies motion. -
WAN_2_2_ANIMATE_REPLACE
Animation model that replaces the source subject using the reference video.
-
-
Constructor Details
-
AnimateModel
Creates a model value from a literal model slug.
-