For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
LLM (OpenAI)
Route requests to OpenAI’s chat completions API with the agentgateway binary.
Configure the agentgateway binary to route requests to the OpenAI chat completions API.
Before you begin
Install the agentgateway binary.
To install the latest release:
curl -sL https://agentgateway.dev/install | bash
- Get an OpenAI API key.
Steps
Route to an OpenAI backend through agentgateway.
Next steps
Check out more guides related to LLM consumption with agentgateway.