Skip to main content
Helicone OSS LLM Observability

Responses API

Use the OpenAI Responses API format through Helicone AI Gateway with your Helicone API key
1 min read

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#