Package ai.runapi.qwenimage.types
Class TextToImageModel
java.lang.Object
ai.runapi.core.types.RunApiValue
ai.runapi.qwenimage.types.TextToImageModel
public final class TextToImageModel
extends ai.runapi.core.types.RunApiValue
Model slug for text to image operations.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TextToImageModelqwen-image-text-to-image model slug. -
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
-
QWEN_IMAGE_TEXT_TO_IMAGE
qwen-image-text-to-image model slug.
-
-
Constructor Details
-
TextToImageModel
Creates a model value from a literal model slug.
-