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.
Quick Start#
Use your Helicone API key and the AI Gateway base URL. Then call the OpenAI SDK's responses.create method as usual.
Note
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
