Lesson 57 of 1570
Consumer Apps vs. API — What You're Actually Paying For
Claude.ai and the Anthropic API both run Claude. So why do they cost different amounts? Pull apart the two doors into the same model.
Lesson map
What this lesson covers
Learning path
The main moves in order
- 1Two doors to the same model
- 2consumer app
- 3API
- 4Claude
Concept cluster
Terms to connect while reading
Section 1
Two doors to the same model
When people say they use Claude, they usually mean one of two very different things. They might mean Claude.ai — the chat website where you log in and type. Or they might mean the Anthropic API — a way for programs to talk to Claude directly. Both use the same underlying model. The difference is the wrapper around it.
What the consumer app gives you
- A polished chat interface with saved conversations.
- File upload, image upload, voice mode.
- Features like Projects, Artifacts, or Deep Research built-in.
- A flat monthly subscription price.
- Safety filters and content moderation applied automatically.
What the API gives you
- A raw connection to the model. You build the interface.
- Pay per token used — not a flat fee.
- More controls over things like temperature and system prompts.
- You can use it inside your own app, game, or script.
- You handle your own safety filters and guardrails.
Side by side
Compare the options
| Consumer app (Claude Pro) | API (Anthropic developer console) |
|---|---|
| $20/month flat | Pay per million tokens — around $3 input / $15 output for Sonnet |
| Use through website or app | Use through code (Python, JS, curl) |
| Built-in memory, Projects, artifacts | You build memory and storage yourself |
| One user per account | Can power a whole product with many users |
| Not great for heavy programmer work | Great for building tools and automations |
Who should use which?
- Writing essays, research, brainstorming → consumer app.
- Building a homework helper for your class → API.
- Making a Discord bot that answers questions → API.
- Just chatting with Claude about life → consumer app.
ChatGPT follows the same split
OpenAI sells ChatGPT Plus for humans and the OpenAI API for developers. Same pattern. Gemini has the Gemini app for humans and the Gemini API for code. All three of the big labs have this exact split.
“One is a product. The other is a building block. Pick based on what you're making.”
Key terms in this lesson
The big idea: the chat website and the API are two different products that share a model. The website is faster if you just want to use AI. The API is better if you want to build something with AI inside it.
End-of-lesson quiz
Check what stuck
15 questions · Score saves to your progress.
Tutor
Curious about “Consumer Apps vs. API — What You're Actually Paying For”?
Ask anything about this lesson. I’ll answer using just what you’re reading — short, friendly, grounded.
Progress saved locally in this browser. Sign in to sync across devices.
Related lessons
Keep going
Creators · 45 min
API Access vs. Consumer Products — A Deeper Look
Going beyond the chat window. When you'd reach for the API, how pricing actually works, and how to start building. The API is where AI becomes a building block The consumer app is the most polished version of an AI experience.
Builders · 30 min
Claude vs. ChatGPT vs. Gemini — Side-by-Side
All three claim to be the best. Pick tasks you actually care about, run the same prompt across all three, and you'll build your own benchmark.
Builders · 28 min
GitHub Copilot: The Autocomplete That Changed Software
GitHub Copilot was the first AI coding assistant at scale. Look at what it is great at, where Cursor and Claude Code have passed it, and whether the $10 subscription still makes sense.
