兼容性矩阵
每个模型 endpoint 类型支持哪些 LibreChat 功能。
LibreChat 通过一小组 endpoint types 连接到许多 AI 提供商。 本页面总结了每个 endpoint 所支持的功能。许多功能取决于您选择的具体模型,因此这些单元格被标记为“取决于模型”,而不是简单的“是”或“否”。
- Supported
- Not supported
- Depends on the model
- Via the Agents endpoint
| Capability | OpenAI | Azure OpenAI | Anthropic | AWS Bedrock | Custom (OpenAI-compatible) | Agents | Assistants | |
|---|---|---|---|---|---|---|---|---|
| Streaming responses | Supported | Supported | Supported | Supported | Supported | Supported | Supported | Supported |
| Vision (image input) | Depends on the model | Depends on the model | Depends on the model | Depends on the model | Depends on the model | Depends on the model | Depends on the model | Depends on the model |
| Tools / function calling | Depends on the model | Depends on the model | Depends on the model | Depends on the model | Depends on the model | Depends on the model | Supported | Supported |
| Web Search | Supported | Supported | Supported | Supported | Supported | Supported | Supported | Not supported |
| Code Interpreter | Supported | Supported | Supported | Supported | Supported | Supported | Supported | Supported |
| Artifacts | Supported | Supported | Supported | Supported | Supported | Supported | Supported | Not supported |
| File Search (RAG) | Supported | Supported | Supported | Supported | Supported | Supported | Supported | Supported |
| Image Generation | Via the Agents endpoint | Via the Agents endpoint | Via the Agents endpoint | Via the Agents endpoint | Via the Agents endpoint | Via the Agents endpoint | Supported | Via the Agents endpoint |
| OCR | Supported | Supported | Supported | Supported | Supported | Supported | Supported | Supported |
| Memory | Supported | Supported | Supported | Supported | Supported | Supported | Supported | Not supported |
| MCP | Via the Agents endpoint | Via the Agents endpoint | Via the Agents endpoint | Via the Agents endpoint | Via the Agents endpoint | Via the Agents endpoint | Supported | Not supported |
Quick reference, maintained manually. “Depends on the model” means the capability is available when the selected model supports it. Verify against your deployed version. Last reviewed: 2026-06-18.
注意事项
- Custom (OpenAI-compatible) 涵盖了任何通过 custom endpoints 配置的提供商,例如 OpenRouter、Groq、Mistral、Ollama、DeepSeek、Perplexity 等。具体的支持情况取决于提供商对 OpenAI API 的兼容程度以及您所选择的模型。
- Agents 是功能最强大的 endpoint:它在大多数基础模型之上增加了工具使用、MCP、Code Interpreter、文件搜索以及 Image Generation 功能。当您需要普通聊天 endpoint 所不具备的功能时,请选择它。
- Vision 和 tools / function calling 是模型的属性,而非 endpoint 的属性,因此无论使用哪种提供商,都需要具备相应能力的模型。
- Assistants 使用 OpenAI 的 Assistants 运行时,它提供自己的文件搜索和代码执行功能,但不会叠加 LibreChat 的功能,例如 Memory 或 Artifacts。
这是一个手动维护的快速参考。如果某个值与您的版本不符,请提交 issue 或 PR。
这篇指南怎么样?