Anthropic, the AI vendor second in size only to OpenAI, has a powerful family of generative AI models called Claude. These models can perform a range of tasks, from captioning images and writing emails to solving math and coding challenges.
With Anthropicβs model ecosystem growing so quickly, it can be tough to keep track of which Claude models do what. To help, weβve put together a guide to Claude, which weβll keep updated as new models and upgrades arrive.
Claude models
Claude models are named after literary works of art: Haiku, Sonnet, and Opus. The latest are:
- Claude 3 Haiku, a lightweight model.
- Claude 3.5 Sonnet, a midrange model.
- Claude 3 Opus, Anthropicβs flagship model.
Counterintuitively, Claude 3.5 Sonnet β the βmidrangeβ model β is the most capable Claude model at the moment. Thatβs almost certain to change once the next version of Opus, Claude 3.5 Opus, is released.
All Claude models can analyze text as well as images, charts, graphs, and technical diagrams from documents. The models β which have a standard 200,000-token context window β can also follow multistep instructions, use tools (e.g., stock ticker trackers), and produce structured output in formats likeΒ JSON.
A context window is the amount of data a model like Claude can analyze before generating new data, while tokens are subdivided bits of raw data (like the syllables βfan,β βtas,β and βticβ in the word βfantasticβ). Two hundred thousand tokens is equivalent to about 150,000 words, or a 600-page novel.
Unlike many major generative AI models, Anthropicβs canβt access the internet, meaning theyβre not particularly great at answering current events questions. They also canβt generate images β only simple line diagrams.
As for the major differences between Claude models, Claude 3.5 Sonnet is faster than Claude 3 Opus and better understands nuanced and complex instructions. Haiku struggles with sophisticated prompts, but itβs the swiftest of the three models.
Claude model pricing
The Claude models are available through Anthropicβs API and managed platforms such as Amazon Bedrock and Google Cloudβs Vertex AI.
Hereβs the Anthropic API pricing:
- Claude 3 Haiku costs 25 cents per million input tokens (~750,000 words), or $1.25 per million output tokens
- Claude 3.5 Sonnet costs $3 per million input tokens, or $15 per million output tokens
- Claude 3 Opus costs $15 per million input tokens, or $75 per million output tokens
Anthropic offers prompt caching and batching to yield additional runtime savings.
Prompt caching lets developers store specific βprompt contextsβ that can be reused across API calls to a model, while batching processes asynchronous groups of low-priority (and subsequently cheaper) model inference requests.
Claude plans and apps
For individual users and companies looking to simply interact with the Claude models via apps for the web, Android, and iOS, Anthropic offers a free Claude plan with rate limits and other usage restrictions.
Upgrading to one of the companyβs subscriptions removes those limits and unlocks new functionality. The current plans are:
Claude Pro, which costs $20 per month, comes with 5x higher rate limits, priority access, and previews of upcoming features.
Being business-focused, Team β which costs $30 per user per month β adds a dashboard to control billing and user management and integrations with data repos such as codebases and customer relationship management platforms (e.g., Salesforce). A toggle enables or disables citations to verify AI-generated claims. (Like all models, Claude hallucinates from time to time.)
Both Pro and Team subscribers Get Projects, a feature that grounds Claudeβs outputs in knowledge bases, which can be style guides, interview transcripts, and so on. These customers, along with free-tier users, can also tap into Artifacts, a workspace where users can edit and add to content like code, apps, website designs, and other docs generated by Claude.
For customers who need even more, thereβs Claude Enterprise, which allows companies to upload proprietary data into Claude so that Claude can analyze the info and answer questions about it. Claude Enterprise also comes with a larger context window (500,000 tokens), GitHub integration for engineering teams to sync their GitHub repositories with Claude, and Projects and Artifacts.
A word of caution
As is the case with all generative AI models, there are risks associated with using Claude.
The models occasionallyΒ make mistakes when summarizingΒ or answering questions because of theirΒ tendency toΒ hallucinate. Theyβre also trained on public web data, some of which may be copyrighted or under a restrictive license. Anthropic and many other AI vendors argue that theΒ fair-useΒ doctrine shields them from copyright claims. But that hasnβt stopped data owners fromΒ filing lawsuits.
AnthropicΒ offers policies to protect certain customers from courtroom battles arising from fair-use challenges. However, they donβt resolve the ethical quandary of using models trained on data without permission.