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

# Model sağlayıcı hızlı başlangıcı

OpenClaw birçok LLM sağlayıcısını kullanabilir. Birini seçin, kimlik doğrulaması yapın, ardından varsayılan
modeli `provider/model` olarak ayarlayın.

## Hızlı başlangıç (iki adım)

1. Sağlayıcıyla kimlik doğrulaması yapın (genellikle `openclaw onboard` aracılığıyla).
2. Varsayılan modeli ayarlayın:

```json5 theme={"theme":{"light":"min-light","dark":"min-dark"}}
{
  agents: { defaults: { model: { primary: "anthropic/claude-opus-4-6" } } },
}
```

## Desteklenen sağlayıcılar (başlangıç kümesi)

* [Alibaba Model Studio](/tr/providers/alibaba)
* [Amazon Bedrock](/tr/providers/bedrock)
* [Anthropic (API + Claude CLI)](/tr/providers/anthropic)
* [BytePlus (International)](/tr/concepts/model-providers#byteplus-international)
* [Chutes](/tr/providers/chutes)
* [Cohere](/tr/providers/cohere)
* [ComfyUI](/tr/providers/comfy)
* [Cloudflare AI Gateway](/tr/providers/cloudflare-ai-gateway)
* [DeepInfra](/tr/providers/deepinfra)
* [fal](/tr/providers/fal)
* [Fireworks](/tr/providers/fireworks)
* [MiniMax](/tr/providers/minimax)
* [Mistral](/tr/providers/mistral)
* [Moonshot AI (Kimi + Kimi Coding)](/tr/providers/moonshot)
* [OpenAI (API + Codex)](/tr/providers/openai)
* [OpenCode (Zen + Go)](/tr/providers/opencode)
* [OpenRouter](/tr/providers/openrouter)
* [Qianfan](/tr/providers/qianfan)
* [Qwen](/tr/providers/qwen)
* [Runway](/tr/providers/runway)
* [StepFun](/tr/providers/stepfun)
* [Synthetic](/tr/providers/synthetic)
* [Vercel AI Gateway](/tr/providers/vercel-ai-gateway)
* [Venice (Venice AI)](/tr/providers/venice)
* [xAI](/tr/providers/xai)
* [Z.AI (GLM)](/tr/providers/zai)

## Ek sağlayıcı varyantları

* `anthropic-vertex` - Vertex kimlik bilgileri kullanılabilir olduğunda Google Vertex üzerinde örtük Anthropic desteği için `@openclaw/anthropic-vertex-provider` kurun; ayrı bir ilk kurulum kimlik doğrulama seçeneği yoktur
* `copilot-proxy` - yerel VS Code Copilot Proxy köprüsü; `openclaw onboard --auth-choice copilot-proxy` kullanın
* `google-gemini-cli` - gayriresmi Gemini CLI OAuth akışı; yerel bir `gemini` kurulumu gerektirir (`brew install gemini-cli` veya `npm install -g @google/gemini-cli`); varsayılan model `google-gemini-cli/gemini-3-flash-preview`; `openclaw onboard --auth-choice google-gemini-cli` veya `openclaw models auth login --provider google-gemini-cli --set-default` kullanın

Tam sağlayıcı kataloğu (xAI, Groq, Mistral vb.) ve gelişmiş yapılandırma için
bkz. [Model sağlayıcıları](/tr/concepts/model-providers).

## İlgili

* [Model seçimi](/tr/concepts/model-providers)
* [Model yük devretme](/tr/concepts/model-failover)
* [Modeller CLI](/tr/cli/models)
