Providers
Providers in LangDB refer to the underlying providers available for large language models (LLMs) that power the database's natural language processing capabilities. These providers are configurable and reusable, allowing you to customize their parameters as needed when creating various models like competions and embeddings.
LangDB supports various provider engines, such as OpenAI, Gemini, Anthropic, Cohere, Meta and Mistral giving you flexibility in choosing the most suitable LLM for your application.
Available Providers
-
OpenAI
-
Gemini
-
Meta
-
Mistral
-
Cohere
Using Providers
We can use these providers while creating models. More details can be found in the next sections.