Independent guide to Anthropic’s Claude
Claude AI Chat: An Independent Guide to Anthropic’s Claude
Claude AI Chat is how you talk with Claude, the AI assistant built by Anthropic. The official chat runs at claude.ai — free to start, with Claude Sonnet 5 as the default and paid plans for heavier use. This is the independent guide to Claude’s models, pricing, apps and comparisons — every volatile claim checked against Anthropic’s own pages.
Start here
Pick the path that matches what you’re trying to do.
What is Claude AI, and is it for me?
Plain-English overview of Claude, who makes it, and how it compares to ChatGPT and Gemini.
Start the primer → Plans & pricingFree, Pro, Max, Team, Enterprise compared
What every Claude plan includes, the usage limits, and which one fits how you work.
Compare plans → Choosing a modelFable 5, Opus 4.8, Sonnet 5 or Haiku 4.5?
What each current Claude model is best at, with specs, prices and migration notes.
Pick a model → Building with the APIBuild on Claude: pricing, SDKs, best practice
Authentication, model choice, prompt caching, batch and errors — the developer reference.
Open the API guide →What is Claude AI Chat?
Claude is a family of AI models made by Anthropic, an AI safety company founded in 2021 by Dario and Daniela Amodei and other former OpenAI researchers. “Claude AI Chat” is the everyday act of chatting with Claude — asking questions, writing and editing, analysing documents, and getting coding help — through Anthropic’s official app at claude.ai.
To keep the names straight: the company is Anthropic; the product is Claude; the place you chat is claude.ai; the developer platform is platform.claude.com; and c-ai.chat (this website) is an independent guide that is not affiliated with Anthropic. For the full background, read our What is Claude AI primer.
Where to use the official Claude chat
There is one official place to chat with Claude — claude.ai — available across every surface. Sign-in is required (Google, Apple, email, or work SSO); creating an account is free. New Claude accounts require one-time phone verification using a supported phone number, and Anthropic says this step cannot be skipped.
- Web: claude.ai in any modern browser — the most complete surface.
- Mobile: official iOS and Android apps.
- Desktop: native macOS and Windows apps, plus an official Linux desktop app in beta (Ubuntu and Debian, x64/arm64).
- Developers: the Claude API and Claude Code for building with Claude directly.
Download links for every platform are on Anthropic’s official download page — see our step-by-step Claude download guide and login & access help.
Current Claude AI models
Four models are widely available today. API prices are per million tokens. Verified 15 Jul 2026 against Anthropic’s model overview.
Claude Fable 5
Anthropic’s highest-capability widely released model.
- Input
- $10/Mtok
- Output
- $50/Mtok
- Context
- 1M tokens
Claude Opus 4.8
Complex agentic coding and enterprise work.
- Input
- $5/Mtok
- Output
- $25/Mtok
- Context
- 1M tokens
Claude Sonnet 5
Versatile default for most chat and everyday work.
- Input
- $2/Mtok*
- Output
- $10/Mtok*
- Context
- 1M tokens
Claude Haiku 4.5
High-volume, low-latency, cost-sensitive tasks.
- Input
- $1/Mtok
- Output
- $5/Mtok
- Context
- 200K tokens
* Claude Sonnet 5 has introductory API pricing of $2 input / $10 output per million tokens through 31 August 2026; standard pricing of $3 / $15 applies afterward. Claude Mythos 5 also exists but is invitation-only (not self-serve). Start with Sonnet 5 for most work; move to Opus 4.8 or Fable 5 for the hardest reasoning, coding and agentic tasks, and Haiku 4.5 when speed and cost matter most. Full details and version history in our Claude models guide.
| Model | Role | Input /Mtok | Output /Mtok | Context | Max output | Availability |
|---|---|---|---|---|---|---|
| Claude Fable 5 | Most capable | $10 | $50 | 1,000,000 | 128,000 | API (subscription inclusion varies†) |
| Claude Opus 4.8 | Flagship agentic / enterprise | $5 | $25 | 1,000,000 | 128,000 | Pro, Max, Team, Enterprise, API |
| Claude Sonnet 5 | Default (Free & Pro) | $2* | $10* | 1,000,000 | 128,000 | All plans + API |
| Claude Haiku 4.5 | Fast / low cost | $1 | $5 | 200,000 | 64,000 | All plans + API |
| Claude Mythos 5 | Limited (defensive security) | $10 | $50 | 1,000,000 | 128,000 | Invitation-only |
Claude plans: Free, Pro, Max, Team, Enterprise & API
The Claude app is billed by plan; the API is billed by token. Plan usage is governed by session-based limits (roughly five-hour reset windows) plus weekly limits — not a fixed daily message count.
- Free — $0. Claude Sonnet 5 and Haiku 4.5 with session-based usage limits.
- Pro — $20/month (or $17/month billed annually). Adds Opus 4.8, Claude Code, Cowork, Projects and higher limits. Fable 5 is API-first — subscription access can require usage credits.
- Max — from $100/month. 5× or 20× Pro usage, higher output limits and priority.
- Team — $25/seat/month ($20 annual) with SSO and admin controls; Team Premium $125/seat ($100 annual).
- Enterprise — self-serve & sales-assisted. $20/seat base plus usage at API rates; SCIM, audit logs, role-based access and data-residency options.
- Claude API — pay-as-you-go per-token billing (see the model table above).
Full plan-by-plan detail is in our Claude pricing guide and the Claude API reference. Official prices: claude.com/pricing.
Key Claude features & product surfaces
Claude is more than a chat box. The app and platform add a set of working tools around the models:
- Projects, Artifacts & Research — organise context, generate editable outputs, and run deeper multi-step research.
- Connectors, Skills, Sub-agents & Hooks — an official plugin ecosystem with built-in marketplaces; connectors can read and take actions in tools like Google Drive, Gmail and Slack.
- Claude Cowork — agentic execution for knowledge work (explained below).
- Claude Code — Anthropic’s coding agent in the terminal, IDEs, desktop and on the web.
- Microsoft 365 — Claude for Excel, PowerPoint and Word are generally available on paid plans; Outlook is in beta.
- Vision, voice, extended thinking & file upload — analyse images and PDFs (chat uploads up to 500 MB per file and 20 files per chat; Project files up to 30 MB per file), talk to Claude, and switch on longer reasoning.
Browse everything in the Claude features guide.
Claude Code & the Claude API
Claude Code is Anthropic’s agentic coding tool. It runs in your terminal and IDE, in the desktop app, and on the web at claude.ai/code, where it works on connected GitHub repositories in managed cloud environments and can edit code and run tests. It uses a CLAUDE.md file for persistent project instructions, and includes a plugin system, Remote Control, and an experimental Agent Teams mode. Claude Code is available on Pro, Max, Team and Enterprise (not the Free plan).
The Claude API gives you the same models pay-as-you-go, with prompt caching (up to 90% off cached input) and a Batch API (50% off). Estimate a workload with our Claude API cost calculator, then start with the Claude API guide and Claude Code hub. Official docs: platform.claude.com.
What is Claude Cowork?
Claude Cowork brings Claude Code-style agentic execution to knowledge work — no terminal required. You describe a multi-step task and Claude carries it out, producing real files such as decks, spreadsheets, documents and research write-ups. The agent loop and code execution run on Anthropic-managed servers in an isolated environment, and your sessions and files are saved to your Claude account, so a running remote task keeps going after you close your laptop, as long as the task doesn’t need local files, your browser, or your computer (those keep the desktop app and device in the loop) (Anthropic: “Close your laptop, Claude keeps going”).
Cowork is a paid feature (Pro, Max, Team and Enterprise) available on web and desktop, with mobile in beta. It is not a shared team chat room, and “Projects inside Cowork” are not the same thing as Cowork itself. Full explanation in our Claude Cowork guide.
Recent Claude updates
Independently tracked. Verified through 14 Jul 2026 against Anthropic’s official pages.
- Claude Opus 4.8 launched — flagship for complex agentic coding and enterprise.
- Claude Fable 5 and Mythos 5 launched (access suspended 12 Jun, redeployed 1 Jul; Anthropic announcement). Fable 5 is API-first; Mythos 5 is invitation-only.
- Claude Sonnet 5 launched — new default on Free and Pro. Introductory API pricing $2 / $10 per M tokens through 31 Aug 2026, then $3 / $15.
- Claude for Microsoft 365 generally available for Excel, PowerPoint and Word; Outlook in beta.
- Official Claude Linux desktop app in beta (Ubuntu/Debian). Track changes in our News & Updates index.
Claude compared with ChatGPT, Gemini and others
Claude, ChatGPT and Gemini are separate products from Anthropic, OpenAI and Google. We compare them on specific tasks — coding, long-document work, writing, vision, team controls and price — and we date each comparison and name the models tested, rather than declaring a single “winner”. Where we test, we describe the method and show limitations.
Start with Claude vs ChatGPT, Claude vs Gemini, or the full comparisons hub.
Safety, privacy & data use
Data retention and model training are separate questions, and the rules differ by plan (Consumer, Team, Enterprise and API). A few essentials, verified against Anthropic’s own documentation:
- Zero Data Retention is not universal — it applies only under a specific covered agreement.
- Claude is not generally self-hosted or on-prem; managed deployments run via Amazon Bedrock, Google Cloud and Microsoft Foundry.
- Incognito/temporary chats aren’t used for training and don’t appear in history, but “not in history” is not the same as immediate server deletion (default retention around 30 days).
- You must be at least 18 years old, or the minimum age required to consent to use the services in your location, whichever is higher.
Details in our Claude privacy guide and is Claude AI safe? Official policies: privacy.claude.com and Anthropic Trust Center.
Browse Claude AI by topic
Every page is dated and cites Anthropic’s primary sources.
Claude Code
CLI, web, MCP, hooks, plugins, IDE integration.
Features & Capabilities
Artifacts, Projects, vision, voice, connectors, skills.
Claude Models
Fable 5, Opus, Sonnet and Haiku across every generation.
Pricing & Plans
Free, Pro, Max, Team, Enterprise and per-token API rates.
API & Developers
Auth, models, errors, SDKs, batch, prompt caching, tools.
What is Claude AI?
Background, history, training, safety, mental model.
Comparisons
Claude vs ChatGPT, Gemini, Grok, DeepSeek, Llama and more.
Anthropic
Funding, leadership, products, partnerships, policy.
Tutorials
Step-by-step guides for prompts, projects, agents and the API.
Cowork
Agentic execution for knowledge work: setup, use cases, plans.
Skills, Agents & Plugins
Claude Skills, sub-agents, connectors and hooks explained.
Login & Access
Sign in, verify, recover access, fix sign-in issues.
Status & Outages
Outage history and troubleshooting; live status at status.claude.com.
News & Updates
Model releases, product launches, policy changes.
How we verify
Every page on c-ai.chat follows the same editorial process:
- Primary sources only. We cite Anthropic’s official pages, documentation and announcements, and link directly so you can verify our claims.
- Dated verification. Volatile pages show a “Facts verified” date reflecting the last check against Anthropic’s primary sources, kept separate from the publication date.
- Corrections, dated and disclosed. When facts change — as they did when Anthropic moved Opus 4.7 and Sonnet 4.6 to legacy — we update the page and note it. Email info@c-ai.chat.
- No affiliate cloaking. We link to Anthropic’s apps directly; where we monetise, it is via clearly-labelled display ads.
- Independent of Anthropic. We are not an Anthropic subsidiary, partner, reseller or community programme.
More on the team and standards behind c-ai.chat is on our editorial team and about pages.
Frequently asked questions
Is c-ai.chat the official Claude AI site?
No. c-ai.chat is an independent third-party guide and is not affiliated with Anthropic. The official Claude AI chat is claude.ai; the developer platform is platform.claude.com; the docs are at platform.claude.com.
Is Claude AI chat free?
Yes. The Claude Free plan is $0 and includes web, mobile and desktop access to Claude Sonnet 5 and Haiku 4.5 with session-based usage limits. See our pricing guide for the plan-by-plan breakdown.
Which Claude AI model should I use?
Use Claude Sonnet 5 for most work. Move to Opus 4.8 or Fable 5 for the hardest reasoning, coding and agentic tasks, and Haiku 4.5 for fast, high-volume work. See the full models guide.
Where do I download the official Claude app?
From Anthropic’s official download page: iOS and Android on the app stores; macOS, Windows and a Linux beta on desktop. Our download guide walks through each. c-ai.chat does not host Claude.
How is Claude AI different from ChatGPT?
Claude AI and ChatGPT are separate products from Anthropic and OpenAI. For dated, method-transparent analysis see Claude vs ChatGPT and the comparisons hub.
Facts verified 15 July 2026 against Anthropic’s primary sources. Independent third-party guide to Claude AI — not affiliated with Anthropic. For the official Claude AI chat, visit claude.ai.
