> ## Documentation Index
> Fetch the complete documentation index at: https://openclaw.veiseule.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Vercel AI Gateway

# Vercel AI Gateway

[Vercel AI Gateway](https://vercel.com/ai-gateway), yüzlerce modele tek bir uç nokta üzerinden erişim sağlamak için birleşik bir API sunar.

* Sağlayıcı: `vercel-ai-gateway`
* Kimlik doğrulama: `AI_GATEWAY_API_KEY`
* API: Anthropic Messages uyumlu

## Hızlı Başlangıç

1. API anahtarını ayarlayın (önerilen: Gateway için saklayın):

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw onboard --auth-choice ai-gateway-api-key
```

2. Varsayılan bir model ayarlayın:

```json5 theme={"theme":{"light":"min-light","dark":"min-dark"}}
{
  agents: {
    defaults: {
      model: { primary: "vercel-ai-gateway/anthropic/claude-opus-4.6" },
    },
  },
}
```

## Etkileşimsiz örnek

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw onboard --non-interactive \
  --mode local \
  --auth-choice ai-gateway-api-key \
  --ai-gateway-api-key "$AI_GATEWAY_API_KEY"
```

## Environment note

Gateway bir daemon olarak çalışıyorsa (launchd/systemd), `AI_GATEWAY_API_KEY`
değerinin bu süreç tarafından kullanılabilir olduğundan emin olun (örneğin
`~/.openclaw/.env` içinde veya `env.shellEnv` aracılığıyla).
