> ## 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'yi OpenAI uyumlu provider olarak OmniaKey ile yapılandırın.

Codex OpenAI uyumlu Responses trafiğini kullanır. OmniaKey'i custom provider
olarak ekleyin ve Codex'i başlatan shell'de API anahtarınızı ayarlayın.

## Yapılandırma

`~/.codex/config.toml` içinde:

```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"
```

Sonra çalıştırın:

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

## Modeller

`gpt-5.5` veya [Modeller](/tr/models) sayfasındaki herhangi bir desteklenen
OpenAI uyumlu modeli kullanın.

<Note>
  `wire_api = "responses"` custom provider'lar için güncel Codex CLI biçimidir.
  Eski bir `wire_api = "chat"` provider block'u tutuyorsanız OmniaKey'i test
  etmeden önce güncelleyin.
</Note>
