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

# aider

> aider'ı OpenAI uyumlu base URL üzerinden OmniaKey ile yapılandırın.

aider, OmniaKey'i OpenAI uyumlu endpoint üzerinden kullanabilir.

## Ortam değişkenleri

```bash theme={null}
export OPENAI_API_BASE="https://api.omniakey.com/v1"
export OPENAI_API_KEY="your-omniakey-api-key"
```

aider'ı bir model id'siyle çalıştırın:

```bash theme={null}
aider --model openai/claude-opus-4-8
```

## Gemini modelleri

Gemini modelleri de OpenAI uyumlu endpoint üzerinden çalışır:

```bash theme={null}
aider --model openai/gemini-3.1-pro-preview
```
