Uses of Interface
dev.langchain4j.model.language.LanguageModel
Package
Description
-
Uses of LanguageModel in dev.langchain4j.model.azure
Modifier and TypeClassDescriptionclass
Represents an OpenAI language model, hosted on Azure, such as gpt-3.5-turbo-instruct. -
Uses of LanguageModel in dev.langchain4j.model.dashscope
Modifier and TypeClassDescriptionclass
Represents a Qwen language model with a text interface. -
Uses of LanguageModel in dev.langchain4j.model.huggingface
-
Uses of LanguageModel in dev.langchain4j.model.jlama
-
Uses of LanguageModel in dev.langchain4j.model.language
Modifier and TypeClassDescriptionclass
ALanguageModel
which throws aModelDisabledException
for all of its methods -
Uses of LanguageModel in dev.langchain4j.model.localai
-
Uses of LanguageModel in dev.langchain4j.model.ollama
Modifier and TypeClassDescriptionclass
-
Uses of LanguageModel in dev.langchain4j.model.openai
Modifier and TypeClassDescriptionclass
Represents an OpenAI language model with a completion interface, such as gpt-3.5-turbo-instruct. -
Uses of LanguageModel in dev.langchain4j.model.qianfan
Modifier and TypeClassDescriptionclass
see details here: https://cloud.baidu.com/doc/WENXINWORKSHOP/s/Nlks5zkzu -
Uses of LanguageModel in dev.langchain4j.model.vertexai
Modifier and TypeClassDescriptionclass
Represents a Google Vertex AI language model with a text interface, such as text-bison. -
Uses of LanguageModel in dev.langchain4j.model.workersai