Matrice di compatibilità
Quali funzionalità di LibreChat sono supportate da ciascun tipo di endpoint del modello.
LibreChat si connette a molti provider di IA attraverso un piccolo insieme di endpoint types. Questa pagina riassume quali funzionalità supporta ciascun endpoint. Molte funzionalità dipendono dal modello specifico selezionato, pertanto tali celle sono contrassegnate come model-dependent piuttosto che con un sì o un 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.
Note
- Custom (OpenAI-compatible) copre qualsiasi provider configurato tramite custom endpoints, come OpenRouter, Groq, Mistral, Ollama, DeepSeek, Perplexity e altri. Il supporto esatto dipende da quanto fedelmente il provider rispecchia l'API OpenAI e dal modello scelto.
- Agents è l'endpoint più capace: aggiunge l'uso di strumenti, MCP, Code Interpreter, ricerca di file e Generazione di immagini alla maggior parte dei modelli di base. Usalo quando hai bisogno di funzionalità che un endpoint di chat semplice non espone.
- Vision e tools / function calling sono proprietà del modello, non dell'endpoint, pertanto è richiesto un modello capace indipendentemente dal provider.
- Assistants utilizza il runtime Assistants di OpenAI, che fornisce la propria ricerca di file ed esecuzione di codice, ma non aggiunge funzionalità di LibreChat come Memory o Artifacts.
Questa è una guida di riferimento rapido gestita manualmente. Se un valore sembra errato per la tua versione, ti preghiamo di aprire una issue o una PR.
Com’è questa guida?
Moderazione automatizzata
Il sistema di moderazione automatizzata utilizza un meccanismo di punteggio per tracciare le violazioni degli utenti. Man mano che gli utenti compiono azioni come accessi, registrazioni o invio di messaggi eccessivi, accumulano punteggi di violazione. Al raggiungimento di una soglia prestabilita, l'utente e il suo IP vengono temporaneamente bannati. Questo sistema garantisce la sicurezza della piattaforma monitorando e penalizzando le attività rapide o sospette.
Guide ai server MCP
Guide passo-passo per la configurazione di specifici server MCP in LibreChat.