Azure OpenAI
📢 Announcing our research paper: Mem0 achieves 26% higher accuracy than OpenAI Memory, 91% lower latency, and 90% token savings! Read the paper to learn how we're revolutionizing AI agent memory.
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.