模型提供商
简介
Model providers connect AI capabilities to your Casibase instance. They power everything from chatbots to document analysis by integrating large language models (LLMs) directly into your knowledge base workflows.
添加模型提供商
Adding a model provider takes just a few clicks:
点击主页上的提供商按钮。

点击添加按钮来添加模型提供商。

填写模型提供商详情
填写模型提供商详情并点击保存并退出按钮。

Supported Providers
| Provider | Models & Features |
|---|---|
| OpenAI | GPT-3.5-turbo, GPT-4, o1 series. Reasoning models show step-by-step thinking. Web search available for real-time information. |
| Azure OpenAI | Access OpenAI models through Azure infrastructure with official SDK support. |
| Alibaba Cloud | Qwen models and DeepSeek (v3, v3.1, v3.2, R1). Web search with inline results. |
| DeepSeek | DeepSeek V3.2 with chat and reasoner variants for advanced reasoning. Updated pricing for improved affordability. |
| Claude | Anthropic's Claude family including the new Opus 4.5 for complex tasks, plus Sonnet and Haiku variants for balanced performance and speed. |
| Moonshot (Kimi) | Moonshot v1 series (8k, 32k, 128k context) and Kimi K2 models with preview, turbo, and thinking variants. Auto-tier pricing with kimi-latest. |
| Hugging Face | Open-source models including Llama-2, ChatGLM2, Baichuan2, and thousands more. |
| OpenRouter | Unified API access to Claude, PaLM, GPT-4, and other providers. |
| Ollama | Run models like Llama, Mistral, and Phi locally on your machine. No API key needed. |
When adding a provider, configure these fields:
- Category: Choose
Modelfor language models orEmbeddingfor text vectorization - Type: Select the specific provider (OpenAI, Hugging Face, Ollama, etc.)
- API key: Your API key or access token, required for cloud providers like OpenAI, Azure OpenAI, DeepSeek, not needed for Ollama (runs locally without authentication)
Example: Adding OpenAI

Not all models support streaming output (showing responses as they're generated). GPT-3.5-turbo and most modern models do, but if you're using older or custom models, check with your provider.
Once configured, your model provider powers Casibase's chat interface, document Q&A, and other AI features. You can switch between providers anytime to compare results or optimize for cost and performance.
