Enum Class DashScopeModel.VideoModel

java.lang.Object
java.lang.Enum<DashScopeModel.VideoModel>
com.alibaba.cloud.ai.dashscope.spec.DashScopeModel.VideoModel
All Implemented Interfaces:
Serializable, Comparable<DashScopeModel.VideoModel>, Constable, org.springframework.ai.model.ModelDescription
Enclosing class:
DashScopeModel

public static enum DashScopeModel.VideoModel extends Enum<DashScopeModel.VideoModel> implements org.springframework.ai.model.ModelDescription
  • Enum Constant Details

    • WANX2_1_T2V_TURBO

      public static final DashScopeModel.VideoModel WANX2_1_T2V_TURBO
      Text to Video, faster generation speed and balanced performance.
    • WANX2_5_T2V_PREVIEW

      public static final DashScopeModel.VideoModel WANX2_5_T2V_PREVIEW
    • WANX2_1_T2V_PLUS

      public static final DashScopeModel.VideoModel WANX2_1_T2V_PLUS
      Text to Video, The generated details are richer and the picture is more textured.
    • WANX2_1_I2V_TURBO

      public static final DashScopeModel.VideoModel WANX2_1_I2V_TURBO
      Picture-generated video, based on the first frame. The generation speed is faster, taking only one-third of the plus model, and it has a higher cost-effectiveness.
    • WANX2_1_I2V_PLUS

      public static final DashScopeModel.VideoModel WANX2_1_I2V_PLUS
      Picture-generated video, The generated details are richer and the picture is more textured.
    • WANX2_1_KF2V_PLUS

      public static final DashScopeModel.VideoModel WANX2_1_KF2V_PLUS
      Generate video based on the beginning and end frames
  • Field Details

    • value

      public final String value
  • Method Details

    • values

      public static DashScopeModel.VideoModel[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DashScopeModel.VideoModel valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      public String getValue()
    • getName

      public String getName()
      Specified by:
      getName in interface org.springframework.ai.model.ModelDescription