Package ai.runapi.wan.types
Class SpeechToVideoModel
java.lang.Object
ai.runapi.core.types.RunApiValue
ai.runapi.wan.types.SpeechToVideoModel
public final class SpeechToVideoModel
extends ai.runapi.core.types.RunApiValue
Speech-to-video model slug.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SpeechToVideoModel2.2 turbo speech-to-video model. -
Constructor Summary
ConstructorsConstructorDescriptionSpeechToVideoModel(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_2_A14B_SPEECH_TO_VIDEO_TURBO
2.2 turbo speech-to-video model.
-
-
Constructor Details
-
SpeechToVideoModel
Creates a model value from a literal model slug.
-