Package ai.runapi.flux2.types
Class RemixImageModel
java.lang.Object
ai.runapi.core.types.RunApiValue
ai.runapi.flux2.types.RemixImageModel
public final class RemixImageModel
extends ai.runapi.core.types.RunApiValue
Model slug for remix image operations.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RemixImageModelflux-2-flex-remix-image model slug.static final RemixImageModelflux-2-pro-remix-image model slug. -
Constructor Summary
ConstructorsConstructorDescriptionRemixImageModel(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_REMIX_IMAGE
flux-2-flex-remix-image model slug. -
FLUX_2_PRO_REMIX_IMAGE
flux-2-pro-remix-image model slug.
-
-
Constructor Details
-
RemixImageModel
Creates a model value from a literal model slug.
-