Model Providers
Introduction
Adding a model provider to Casibase enables you to enhance its functionality by incorporating machine learning models and AI capabilities. Model providers allow you to analyze and process data within your knowledge base system, making it more intelligent and efficient.
Add a Model Provider
Model providers are used to integrate LLM into Casibase. You can add them by following these steps:
Click the Providers button on the home page.

Click the Add button to add a model provider.

Fill in Model Provider Details
Fill in the model provider details and click the Save & Exit button.

Casibase supports many model providers, including:
- Hugging Face
- meta-llama/Llama-2-7b
- THUDM/chatglm2-6b
- baichuan-inc/Baichuan2-13B-chat
- gpt2
- ......
- OpenRouter
- anthropic/claude-2
- palm-2-chat-bison
- palm-2-codechat-bison
- openai/gpt-4
- ......
- OpenAI
- text-davinci-003
- gpt-3.5-turbo
- gpt-4
- ......
- Category: The first-level category of the model provider. For example,
ModelandEmbedding. - Type: The second-level category of the model provider. For example,
OpenAIandHugging Face. - SecretKey: The secret key of your OpenAI account.
Example
Add an OpenAI model provider

Some models don't support streaming-output. Known models that support streaming-output include:
gpt-3.5-turbo-0613
After adding a model provider, you can use it to analyze and process data in Casibase using chatbots, question answering, and other AI capabilities.
Return to the model provider list page:

Now that you've added a model provider, you can use it to analyze and process data in Casibase using chatbots, question answering, and other AI capabilities.