Interface AIModelConstants
-
public interface AIModelConstants
-
-
Field Summary
Fields Modifier and Type Field Description static String
CLAUDE_URL
Anthropic Claude message completion URL.static String
GPT_3_5_TURBO
Deprecated.GPT_4_MINI is better than this and cheaper, toostatic String
GPT_4
static String
GPT_4_MINI
static String
GPT_4_TURBO
static String
OPENAI_URL
OpenAI chat message completion URL - the default.
-
-
-
Field Detail
-
OPENAI_URL
static final String OPENAI_URL
OpenAI chat message completion URL - the default.- See Also:
- Constant Field Values
-
GPT_3_5_TURBO
@Deprecated static final String GPT_3_5_TURBO
Deprecated.GPT_4_MINI is better than this and cheaper, too- See Also:
- Constant Field Values
-
GPT_4_MINI
static final String GPT_4_MINI
- See Also:
- Constant Field Values
-
GPT_4
static final String GPT_4
- See Also:
- Constant Field Values
-
GPT_4_TURBO
static final String GPT_4_TURBO
- See Also:
- Constant Field Values
-
CLAUDE_URL
static final String CLAUDE_URL
Anthropic Claude message completion URL. There is a wild number of models with version numbers, so we don't specify constants for them.- See Also:
- "https://docs.anthropic.com/claude/docs/models-overview#model-comparison", Constant Field Values
-
-