Class OllamaModelType
- java.lang.Object
-
- io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
-
public class OllamaModelType extends Object
A class to provide constants for all the supported models by Ollama.Refer to the full list of models and the details here: https://ollama.ai/library
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description OllamaModelType()
-
-
-
Field Detail
-
LLAMA2
public static final String LLAMA2
- See Also:
- Constant Field Values
-
MISTRAL
public static final String MISTRAL
- See Also:
- Constant Field Values
-
LLAVA
public static final String LLAVA
- See Also:
- Constant Field Values
-
MIXTRAL
public static final String MIXTRAL
- See Also:
- Constant Field Values
-
STARLING_LM
public static final String STARLING_LM
- See Also:
- Constant Field Values
-
NEURAL_CHAT
public static final String NEURAL_CHAT
- See Also:
- Constant Field Values
-
CODELLAMA
public static final String CODELLAMA
- See Also:
- Constant Field Values
-
LLAMA2_UNCENSORED
public static final String LLAMA2_UNCENSORED
- See Also:
- Constant Field Values
-
DOLPHIN_MIXTRAL
public static final String DOLPHIN_MIXTRAL
- See Also:
- Constant Field Values
-
ORCA_MINI
public static final String ORCA_MINI
- See Also:
- Constant Field Values
-
VICUNA
public static final String VICUNA
- See Also:
- Constant Field Values
-
WIZARD_VICUNA_UNCENSORED
public static final String WIZARD_VICUNA_UNCENSORED
- See Also:
- Constant Field Values
-
PHIND_CODELLAMA
public static final String PHIND_CODELLAMA
- See Also:
- Constant Field Values
-
PHI
public static final String PHI
- See Also:
- Constant Field Values
-
ZEPHYR
public static final String ZEPHYR
- See Also:
- Constant Field Values
-
WIZARDCODER
public static final String WIZARDCODER
- See Also:
- Constant Field Values
-
MISTRAL_OPENORCA
public static final String MISTRAL_OPENORCA
- See Also:
- Constant Field Values
-
NOUS_HERMES
public static final String NOUS_HERMES
- See Also:
- Constant Field Values
-
DEEPSEEK_CODER
public static final String DEEPSEEK_CODER
- See Also:
- Constant Field Values
-
WIZARD_MATH
public static final String WIZARD_MATH
- See Also:
- Constant Field Values
-
LLAMA2_CHINESE
public static final String LLAMA2_CHINESE
- See Also:
- Constant Field Values
-
FALCON
public static final String FALCON
- See Also:
- Constant Field Values
-
ORCA2
public static final String ORCA2
- See Also:
- Constant Field Values
-
STABLE_BELUGA
public static final String STABLE_BELUGA
- See Also:
- Constant Field Values
-
CODEUP
public static final String CODEUP
- See Also:
- Constant Field Values
-
EVERYTHINGLM
public static final String EVERYTHINGLM
- See Also:
- Constant Field Values
-
MEDLLAMA2
public static final String MEDLLAMA2
- See Also:
- Constant Field Values
-
WIZARDLM_UNCENSORED
public static final String WIZARDLM_UNCENSORED
- See Also:
- Constant Field Values
-
STARCODER
public static final String STARCODER
- See Also:
- Constant Field Values
-
DOLPHIN22_MISTRAL
public static final String DOLPHIN22_MISTRAL
- See Also:
- Constant Field Values
-
OPENCHAT
public static final String OPENCHAT
- See Also:
- Constant Field Values
-
WIZARD_VICUNA
public static final String WIZARD_VICUNA
- See Also:
- Constant Field Values
-
OPENHERMES25_MISTRAL
public static final String OPENHERMES25_MISTRAL
- See Also:
- Constant Field Values
-
OPEN_ORCA_PLATYPUS2
public static final String OPEN_ORCA_PLATYPUS2
- See Also:
- Constant Field Values
-
YI
public static final String YI
- See Also:
- Constant Field Values
-
YARN_MISTRAL
public static final String YARN_MISTRAL
- See Also:
- Constant Field Values
-
SAMANTHA_MISTRAL
public static final String SAMANTHA_MISTRAL
- See Also:
- Constant Field Values
-
SQLCODER
public static final String SQLCODER
- See Also:
- Constant Field Values
-
YARN_LLAMA2
public static final String YARN_LLAMA2
- See Also:
- Constant Field Values
-
MEDITRON
public static final String MEDITRON
- See Also:
- Constant Field Values
-
STABLELM_ZEPHYR
public static final String STABLELM_ZEPHYR
- See Also:
- Constant Field Values
-
OPENHERMES2_MISTRAL
public static final String OPENHERMES2_MISTRAL
- See Also:
- Constant Field Values
-
DEEPSEEK_LLM
public static final String DEEPSEEK_LLM
- See Also:
- Constant Field Values
-
MISTRALLITE
public static final String MISTRALLITE
- See Also:
- Constant Field Values
-
DOLPHIN21_MISTRAL
public static final String DOLPHIN21_MISTRAL
- See Also:
- Constant Field Values
-
WIZARDLM
public static final String WIZARDLM
- See Also:
- Constant Field Values
-
CODEBOOGA
public static final String CODEBOOGA
- See Also:
- Constant Field Values
-
MAGICODER
public static final String MAGICODER
- See Also:
- Constant Field Values
-
GOLIATH
public static final String GOLIATH
- See Also:
- Constant Field Values
-
NEXUSRAVEN
public static final String NEXUSRAVEN
- See Also:
- Constant Field Values
-
ALFRED
public static final String ALFRED
- See Also:
- Constant Field Values
-
XWINLM
public static final String XWINLM
- See Also:
- Constant Field Values
-
BAKLLAVA
public static final String BAKLLAVA
- See Also:
- Constant Field Values
-
-