Supported LLM Providers
Memori provides universal integration with any LLM provider through multiple integration approaches. Below is a comprehensive table of tested and supported LLM providers with links to working examples.
Supported LLM Providers
| Provider | Example Link |
|---|---|
| OpenAI | OpenAI Example |
| Azure OpenAI | Azure Example |
| LiteLLM | LiteLLM Example |
| Ollama | Ollama Example |
| Any OpenAI-Compatible | Provider Config |
Community Contributions
Missing a provider? Memori's universal integration approach means most LLM providers work out of the box. If you need specific support for a new provider:
- Check if it's OpenAI-compatible (most are)
- Try the universal integration first
- Open an issue if you need custom integration support
All examples and integrations are maintained in the GitHub repository with regular updates as new providers and frameworks emerge.