Loading lesson…
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.
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.
| 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 |
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.
— A dev who's used both
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.
8 questions · take it digitally for instant feedback at tendril.neural-forge.io/learn/quiz/end-tools-consumer-vs-api-builders
What is the main idea of "Consumer Apps vs. API — What You're Actually Paying For"?
Which concept is most central to "Consumer Apps vs. API — What You're Actually Paying For"?
Which use of AI fits this topic best?
What should a careful learner remember about "Same brain, different body"?
You want to use AI after this lesson. What is the safest next step?
How should AI output about consumer app be treated?
Name one way to verify an AI answer about consumer app.
Which action would help you apply "Consumer Apps vs. API — What You're Actually Paying For" responsibly?