Use Python to integrate Azure OpenAI with Helicone to log your Azure OpenAI usage.
Create an account and generate an API key
Set up your Helicone API key in your .env file
Modify the base URL path and set up authentication
Make sure to include the api-version
in all of your requests.
When using Azure, the model displays differently than expected at times. We have implemented logic to parse out the model, but if you want to guarantee your model is consistent, we highly recommend using model override:
Helicone-Model-Override: [MODEL_NAME]
Start using Azure OpenAI with Helicone
Verify your requests in Helicone
Use Python to integrate Azure OpenAI with Helicone to log your Azure OpenAI usage.
Create an account and generate an API key
Set up your Helicone API key in your .env file
Modify the base URL path and set up authentication
Make sure to include the api-version
in all of your requests.
When using Azure, the model displays differently than expected at times. We have implemented logic to parse out the model, but if you want to guarantee your model is consistent, we highly recommend using model override:
Helicone-Model-Override: [MODEL_NAME]
Start using Azure OpenAI with Helicone
Verify your requests in Helicone