Package ai.runapi.flux2.types
Class TextToImageModel
java.lang.Object
ai.runapi.core.types.RunApiValue
ai.runapi.flux2.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 TextToImageModelflux-2-flex-text-to-image model slug.static final TextToImageModelflux-2-pro-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
-
FLUX_2_FLEX_TEXT_TO_IMAGE
flux-2-flex-text-to-image model slug. -
FLUX_2_PRO_TEXT_TO_IMAGE
flux-2-pro-text-to-image model slug.
-
-
Constructor Details
-
TextToImageModel
Creates a model value from a literal model slug.
-