Supported LLMs
Azure OpenAI
Mem0 Now Supports Azure OpenAI Models in TypeScript SDK
To use Azure OpenAI models, you have to set the LLM_AZURE_OPENAI_API_KEY
, LLM_AZURE_ENDPOINT
, LLM_AZURE_DEPLOYMENT
and LLM_AZURE_API_VERSION
environment variables. You can obtain the Azure API key from the Azure.
Note: The following are currently unsupported with reasoning models
Parallel tool calling
,temperature
,top_p
,presence_penalty
,frequency_penalty
,logprobs
,top_logprobs
,logit_bias
,max_tokens
Usage
We also support the new OpenAI structured-outputs model. Typescript SDK does not support the azure_openai_structured
model yet.
Config
All available parameters for the azure_openai
config are present in Master List of All Params in Config.