The Responses API is OpenAI’s newer interface for conversational AI that supports advanced features like reasoning, tool use, and streaming. Helicone’s AI Gateway supports the Responses API format for both OpenAI and Anthropic models.Documentation Index
Fetch the complete documentation index at: https://docs.helicone.ai/llms.txt
Use this file to discover all available pages before exploring further.
Quick Start
Use your Helicone API key and the AI Gateway base URL. Then call the OpenAI SDK’sresponses.create method as usual.
For Chat Completions usage and more background on the AI Gateway, see the
AI Gateway Overview.
References
- OpenAI Responses guide: https://platform.openai.com/docs/guides/text
- Helicone AI Gateway overview: https://docs.helicone.ai/gateway/overview