Monitor your AI Gateway requests with Helicone
curl https://gateway.helicone.ai/your-org-id/ai/chat/completions \ -H "Authorization: Bearer $OPENAI_API_KEY" \ -H "helicone-omit-request: true" \ -H "helicone-omit-response: true" \ -H "Content-Type: application/json" \ -d '{"model": "gpt-4o-mini", "messages": [{"role": "user", "content": "Sensitive data"}]}'
Was this page helpful?