Unified OpenAI-compatible responses endpoint for text generation, multimodal input, and structured outputs.
chat.completions, this endpoint is a better fit for new integrations because text, images, reasoning controls, and tools all share one response model. Supported fields still vary by model.
Authorization: Bearer {API_KEY}previous_response_id to continue a conversation without resending the full historyreasoning, max_output_tokens, and tools in your server-side gatewayinput is the primary input field and can carry text or multimodal content blocksmodel selects the target model for the responseprevious_response_id is the main way to chain turns across a conversationtools and handle tool call outputs explicitlyoutput_textoutput[]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.