Environment Setup ✅ Beginner

Choose Your AI Brain: A Complete Comparison of 4 LLM Options

OpenClaw needs an LLM to work. Understand the differences between ChatGPT subscriptions, OpenRouter, and various APIs to pick the best option for you.

📝 建立:2026年2月25日 ✅ 最後驗證:2026年2月25日
鴨編 卡住很正常——點段落旁的 😵 卡關 讓我們知道,或直接往下滾到問答區發問。 也可以用 👍 看懂 / 😢 看不懂 告訴我們哪裡寫得好、哪裡要改。

First, Let’s Clear Something Up: OpenClaw ≠ AI

This LaunchDock tutorial helps you understand LLM options — after installing OpenClaw, the next step is picking a brain for it.

Many beginners think that once they install OpenClaw, they can start chatting with AI. Not quite.

OpenClaw is a framework — it helps you manage tools, automate workflows, and connect services. But it doesn’t “think” on its own.

You need to connect it to a “brain,” and that brain is an LLM (Large Language Model).

🧠 Simple analogy: OpenClaw is a car; the LLM is the engine. Without an engine, the car can’t move.


What Is an LLM?

An LLM is the core technology behind ChatGPT, Claude, and Gemini. It has been trained on massive amounts of text data and learned to understand and generate language.

The services you’ve been using are all powered by different companies’ LLMs:

Service you’ve usedUnderlying LLMDeveloper
ChatGPTGPT-4o, GPT-4o miniOpenAI
ClaudeClaude Opus, Sonnet, HaikuAnthropic
GeminiGemini 2.0 Flash, Gemini ProGoogle

OpenClaw can connect to any of these LLMs. And you can switch anytime.

Duck Editor In other words: ChatGPT, Claude, and Gemini are like different engine brands — Toyota, BMW, Tesla. OpenClaw is the car chassis. You can swap the engine whenever you want, and you don’t have to re-learn how to drive.


Complete Comparison of 4 Options

Overview

OptionMonthly CostBillingDifficultyBest For
A. Google AI StudioFree to startPay-per-use⭐ Easy🏆 Best for beginners
B. OpenRouterFree to startPay-per-use⭐ EasyPeople who want to try multiple models
C. OpenAI APIPay-per-usePay-per-use⭐⭐ MediumPeople who mainly use GPT
D. Anthropic APIPay-per-usePay-per-use⭐⭐ MediumPeople who want the best quality

Duck Editor Not sure? Go with A (Google AI Studio). It has the highest free tier, doesn’t require a credit card, and is the best way to get started.


ItemDetails
CostVery generous free tier (15 requests per minute), charges only after exceeding
Credit card required❌ No
Supported modelsGemini 2.0 Flash (fast and cheap), Gemini Pro (more powerful)
Key formatStarts with AIzaSy...

Why is it recommended for beginners?

  • Free tier is enough for several weeks of use
  • No credit card required — no risk of surprise bills
  • Gemini Flash is fast with good quality
  • Easiest application process (done in 3 minutes)

Note: This is NOT the same as Google Cloud Console API!

🚨 Common confusion: Google AI Studio is for using Gemini models (i.e., getting an AI brain). Google Cloud Console API is for connecting Google Drive, Gmail, and similar services. They’re completely different, with different application processes.

  • Gemini AI brain → Apply at Google AI Studio → This article teaches you how
  • Connect Google Drive/Gmail → Apply at Google Cloud Console → See Google API Key Guide

Option B: OpenRouter

ItemDetails
CostSmall free credit on signup, then pay-per-use
Credit card requiredNot for free tier; required to add funds
Supported modelsGPT-4o, Claude Sonnet, Gemini, Llama… all of them
Key formatStarts with sk-or-...

Pros: One key gives you access to dozens of models. Want to try Claude? Just change the model name. No need to register separately with each provider.

Best for: People who want to experiment with different models, or don’t want to manage multiple keys.


Option C: OpenAI API

ItemDetails
CostPay-per-use, minimum top-up $5 USD
Credit card required✅ Yes
Supported modelsGPT-5-mini, 5.3-Codex
Key formatStarts with sk-...

Pros: The GPT ecosystem is the most mature, with the most examples available online.

Note: The API and ChatGPT Plus subscription are billed separately. Having ChatGPT Plus doesn’t mean you have API credits.


Option D: Anthropic API

ItemDetails
Cost$5 free credit on first signup
Credit card requiredNot for free tier; required afterwards
Supported modelsClaude Opus, Sonnet, Haiku
Key formatStarts with sk-ant-...

Pros: Claude excels at long-form comprehension, writing quality, and code. Many developers consider Opus to be the strongest all-around model available.

Best for: People who want the best response quality, or who need help with coding.


How Does Pricing Actually Work?

All API plans are billed by Tokens. A Token is the smallest unit of text that AI processes:

  • English: roughly 4 characters = 1 Token
  • Chinese: roughly 1 character = 1–2 Tokens

Real-World Cost Reference

Use CaseApprox. TokensGemini Flash CostClaude Opus Cost
Ask a simple question~500< $0.001~$0.02
Organize a page of notes~2,000< $0.001~$0.08
Write a full report~5,000< $0.001~$0.20
Normal daily usage~20,000~$0.003~$0.80
Normal monthly usage~600,000~$0.10~$24.00

Duck Editor Bottom line: With a cheap model (Gemini Flash), less than $1/month. With a top-tier model (Claude Opus), about the price of a coffee to a lunch per month.

For a deep dive, check out Token Economics.

How to Avoid Bill Shock?

You won’t. Every provider lets you set a spending limit:

  • OpenAI: Settings → Billing → Usage limits → Set a Hard cap
  • Anthropic: Settings → Plans & Billing → Usage limit
  • Google AI Studio: The free tier has built-in limits and won’t auto-charge

Once you hit the limit, it automatically stops — no further charges.

Duck Editor Duck Editor says: Bill shock is like an all-you-can-eat buffet where you forgot to set a headcount limit — set a safety threshold first, auto-lock when reached, and you can relax.


So Many Models — How to Choose?

For beginners, just remember this quick reference:

Your NeedRecommended ModelReason
Just trying it out, don’t want to spend moneyGemini 2.0 FlashLargest free tier
Daily Q&A, simple tasksGPT-4o mini / Gemini FlashCheap and fast
Writing reports, analysis, codingClaude Sonnet / GPT-4oBest quality
Processing very long documentsGemini 1.5 Pro~1 million Token context window

Duck Editor Can I switch later? Absolutely. OpenClaw supports configuring multiple Providers at the same time, and you can switch anytime. For advanced settings, see Model Configuration & Switching.


Make Your Choice

By now, you should have a plan in mind. If you’re still unsure:

  • Complete beginner, don’t want to spend money → Choose A. Google AI Studio
  • Want to try different things → Choose B. OpenRouter
  • Already have a preferred model → Choose C or D

Made your decision? Next step — let’s go get your API Key 👉 Apply for an API Key

這篇文章對你有幫助嗎?

💬 問答區

卡關了?直接在這裡問,其他讀者和作者都能幫忙解答。

載入中...