Responses API
A guide to integrating the OpenAI Responses API with Keywords AI.
This integration works exclusively with OpenAI models and cannot be used with models from other providers.
Responses API is OpenAI’s most advanced interface for generating model responses. Supports text and image inputs, and text outputs. Create stateful interactions with the model, using the output of previous responses as input.
Extend the model’s capabilities with built-in tools for file search, web search, computer use, and more. Allow the model access to external systems and data using function calling.
This guide will show you how to integrate the Responses API with Keywords AI so you can log LLM calls from Responses API.
Quickstart
Prerequisites
To use Keywords AI gateway, you need to:
- Create an API key in Keywords AI platform.
- Add your OpenAI API key in Providers to call models from OpenAI.
Create a model response / Text input example
You can use Keywords AI gateway and get observability by changing the base url and adding a custom header.