Helicone
Helicone acts as a proxy for your OpenAI API calls, enabling detailed logging and monitoring. To integrate, update your API base URL and add the Helicone-Auth header.
AI SDK by vercel
-
Set Environment Variables:
HELICONE_API_KEY
OPENAI_API_KEY
-
Configure the OpenAI client:
LangChain Integration (Python)
-
Set Environment Variables:
HELICONE_API_KEY
OPENAI_API_KEY
-
Configure ChatOpenAI:
Summary
Update your API base URL to https://oai.helicone.ai/v1
and add the Helicone-Auth
header with your API key either in your Vercel AI SDK or LangChain configuration.