Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.omniakey.com/llms.txt

Use this file to discover all available pages before exploring further.

Codex uses OpenAI-compatible Responses traffic. Add OmniaKey as a custom provider and set your API key in the shell that launches Codex.

Configuration

In ~/.codex/config.toml:
model = "gpt-5.3-codex"
model_provider = "omniakey"

[model_providers.omniakey]
name = "OmniaKey"
wire_api = "responses"
requires_openai_auth = true
base_url = "https://api.omniakey.com/v1"
Then run:
export OPENAI_API_KEY="your-omniakey-api-key"
codex

Models

Use Codex-tuned ids such as gpt-5.3-codex or any supported OpenAI-compatible model from Models.
wire_api = "responses" is the current Codex CLI shape for custom providers. If you keep an older wire_api = "chat" provider block, update it before testing OmniaKey.