Package ai.runapi.wan.types
Class TextToImageModel
java.lang.Object
ai.runapi.core.types.RunApiValue
ai.runapi.wan.types.TextToImageModel
public final class TextToImageModel
extends ai.runapi.core.types.RunApiValue
Text-to-image model slug.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TextToImageModelStandard 2.7 image generation model.static final TextToImageModelPro 2.7 image generation model. -
Constructor Summary
ConstructorsConstructorDescriptionTextToImageModel(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_7_IMAGE
Standard 2.7 image generation model. -
WAN_2_7_IMAGE_PRO
Pro 2.7 image generation model.
-
-
Constructor Details
-
TextToImageModel
Creates a model value from a literal model slug.
-