Matriz de compatibilidad
Qué capacidades de LibreChat son compatibles con cada tipo de endpoint de modelo.
LibreChat se conecta a muchos proveedores de IA a través de un pequeño conjunto de endpoint types. Esta página resume qué capacidades admite cada endpoint. Muchas capacidades dependen del modelo específico que selecciones, por lo que esas celdas están marcadas como dependientes del modelo en lugar de un sí o no definitivo.
- 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.
Notas
- Custom (OpenAI-compatible) cubre cualquier proveedor configurado a través de custom endpoints, tales como OpenRouter, Groq, Mistral, Ollama, DeepSeek, Perplexity y otros. El soporte exacto depende de qué tan fielmente el proveedor replique la API de OpenAI y del modelo que elijas.
- Agents es el endpoint más capaz: añade uso de herramientas, MCP, Code Interpreter, búsqueda de archivos y Image Generation sobre la mayoría de los modelos base. Recurre a él cuando necesites capacidades que un endpoint de chat simple no ofrece.
- Vision y tools / function calling son propiedades del modelo, no del endpoint, por lo que se requiere un modelo capaz independientemente del proveedor.
- Assistants utiliza el tiempo de ejecución de Assistants de OpenAI, el cual proporciona su propia búsqueda de archivos y ejecución de código, pero no incorpora funciones de LibreChat como Memory o Artifacts.
Esta es una referencia rápida mantenida manualmente. Si algún valor parece incorrecto para su versión, por favor abra un issue o PR.
¿Qué te parece esta guía?