Skip to main content
Litellm is compatible with over 100 large language models (LLMs), all using a standardized input/output format. You can explore the available models to use with Litellm. Ensure you set the API_KEY for the model you choose to use. In the TypeScript SDK, run LiteLLM as a proxy server (an OpenAI-compatible endpoint) and point Mem0 at it via LITELLM_API_BASE (defaults to http://localhost:4000).

Usage

Config

All available parameters for the litellm config are present in Master List of All Params in Config.