Enum Class Grok

java.lang.Object
java.lang.Enum<Grok>
com.cdkjframework.ai.enums.Grok
所有已实现的接口:
Serializable, Comparable<Grok>, Constable

public enum Grok extends Enum<Grok>
Grok 模型
  • 枚举常量详细资料

    • GROK_3_BETA_LATEST

      public static final Grok GROK_3_BETA_LATEST
      模型名称 grok-3-beta
    • GROK_3_BETA

      public static final Grok GROK_3_BETA
      模型名称 grok-3-beta
    • GROK_3

      public static final Grok GROK_3
      模型名称 grok-3
    • GROK_3_MINI_FAST_LATEST

      public static final Grok GROK_3_MINI_FAST_LATEST
      模型名称 grok-3-mini-fast
    • GROK_3_MINI_FAST_BETA

      public static final Grok GROK_3_MINI_FAST_BETA
      模型名称 grok-3-mini-fast-beta
    • GROK_3_MINI_FAST

      public static final Grok GROK_3_MINI_FAST
      模型名称 grok-3-mini-fast
    • GROK_3_FAST_LATEST

      public static final Grok GROK_3_FAST_LATEST
      模型名称 grok-3-fast-beta
    • GROK_3_FAST_BETA

      public static final Grok GROK_3_FAST_BETA
      模型名称 grok-3-fast-beta
    • GROK_3_FAST

      public static final Grok GROK_3_FAST
      模型名称 grok-3-fast
    • GROK_3_MINI_LATEST

      public static final Grok GROK_3_MINI_LATEST
      模型名称 grok-3-mini-beta
    • GROK_3_MINI_BETA

      public static final Grok GROK_3_MINI_BETA
      模型名称 grok-3-mini-beta
    • GROK_3_MINI

      public static final Grok GROK_3_MINI
      模型名称 grok-3-mini
    • GROK_2_IMAGE_LATEST

      public static final Grok GROK_2_IMAGE_LATEST
      模型名称 grok-2-image-1212
    • GROK_2_IMAGE

      public static final Grok GROK_2_IMAGE
      模型名称 grok-2-image-1212
    • GROK_2_IMAGE_1212

      public static final Grok GROK_2_IMAGE_1212
      模型名称 grok-2-image-1212
    • grok_2_latest

      public static final Grok grok_2_latest
      模型名称 grok-2-latest
    • GROK_2

      public static final Grok GROK_2
      模型名称 grok-2
    • GROK_2_1212

      public static final Grok GROK_2_1212
      模型名称 grok-2-1212
    • GROK_2_VISION_1212

      public static final Grok GROK_2_VISION_1212
      模型名称 grok-2-vision-1212
    • GROK_BETA

      public static final Grok GROK_BETA
      模型名称 grok-beta
    • GROK_VISION_BETA

      public static final Grok GROK_VISION_BETA
      模型名称 grok-vision-beta
  • 方法详细资料

    • values

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

      public static Grok 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.)
      参数:
      name - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - 如果参数为空值