> ## 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 CLI

> Как настроить Codex CLI с OmniaKey как OpenAI-compatible Responses provider.

## Configuration

В `~/.codex/config.toml`:

```toml theme={null}
model = "gpt-5.5"
model_provider = "omniakey"

[model_providers.omniakey]
name = "OmniaKey"
wire_api = "responses"
requires_openai_auth = true
base_url = "https://api.omniakey.com/v1"
```

Затем запустите:

```bash theme={null}
export OPENAI_API_KEY="your-omniakey-api-key"
codex
```

Используйте `gpt-5.5` или другую OpenAI-compatible модель со страницы
[Models](/ru/models).
