public static enum Models.DeepSeek extends Enum<Models.DeepSeek>
Enum Constant and Description |
---|
DEEPSEEK_CHAT |
DEEPSEEK_REASONER |
Modifier and Type | Method and Description |
---|---|
String |
getModel() |
static Models.DeepSeek |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Models.DeepSeek[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Models.DeepSeek DEEPSEEK_CHAT
public static final Models.DeepSeek DEEPSEEK_REASONER
public static Models.DeepSeek[] values()
for (Models.DeepSeek c : Models.DeepSeek.values()) System.out.println(c);
public static Models.DeepSeek valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getModel()
Copyright © 2025. All rights reserved.