Enum Class Grok
- 所有已实现的接口:
Serializable
,Comparable<Grok>
,Constable
Grok 模型
-
嵌套类概要
从类继承的嵌套类/接口 java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
枚举常量概要
枚举常量枚举常量说明模型名称 grok-2模型名称 grok-2-1212模型名称 grok-2-image-1212模型名称 grok-2-image-1212模型名称 grok-2-image-1212模型名称 grok-2-latest模型名称 grok-2-vision-1212模型名称 grok-3模型名称 grok-3-beta模型名称 grok-3-beta模型名称 grok-3-fast模型名称 grok-3-fast-beta模型名称 grok-3-fast-beta模型名称 grok-3-mini模型名称 grok-3-mini-beta模型名称 grok-3-mini-fast模型名称 grok-3-mini-fast-beta模型名称 grok-3-mini-fast模型名称 grok-3-mini-beta模型名称 grok-beta模型名称 grok-vision-beta -
方法概要
从类继承的方法 java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
枚举常量详细资料
-
GROK_3_BETA_LATEST
模型名称 grok-3-beta -
GROK_3_BETA
模型名称 grok-3-beta -
GROK_3
模型名称 grok-3 -
GROK_3_MINI_FAST_LATEST
模型名称 grok-3-mini-fast -
GROK_3_MINI_FAST_BETA
模型名称 grok-3-mini-fast-beta -
GROK_3_MINI_FAST
模型名称 grok-3-mini-fast -
GROK_3_FAST_LATEST
模型名称 grok-3-fast-beta -
GROK_3_FAST_BETA
模型名称 grok-3-fast-beta -
GROK_3_FAST
模型名称 grok-3-fast -
GROK_3_MINI_LATEST
模型名称 grok-3-mini-beta -
GROK_3_MINI_BETA
模型名称 grok-3-mini-beta -
GROK_3_MINI
模型名称 grok-3-mini -
GROK_2_IMAGE_LATEST
模型名称 grok-2-image-1212 -
GROK_2_IMAGE
模型名称 grok-2-image-1212 -
GROK_2_IMAGE_1212
模型名称 grok-2-image-1212 -
grok_2_latest
模型名称 grok-2-latest -
GROK_2
模型名称 grok-2 -
GROK_2_1212
模型名称 grok-2-1212 -
GROK_2_VISION_1212
模型名称 grok-2-vision-1212 -
GROK_BETA
模型名称 grok-beta -
GROK_VISION_BETA
模型名称 grok-vision-beta
-
-
方法详细资料
-
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
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 nameNullPointerException
- 如果参数为空值
-