Skip to main content

Codex CLI

Environment

export OPENAI_BASE_URL="https://api.openference.com/v1"
export OPENAI_API_KEY="sk-token-YOUR_KEY"

Responses API

Codex and some newer tools use POST /v1/responses. Openference forwards these requests to upstream providers that support the surface. See also:

## Quick smoke test

```bash
curl $OPENAI_BASE_URL/models \
  -H "Authorization: Bearer $OPENAI_API_KEY"