AI/TLDR

Claude 1

Anthropic's first public Claude — the Constitutional AI assistant that started the line.

Overview

Claude 1 was Anthropic's first publicly released large language model, launched on March 14, 2023 alongside its faster, cheaper sibling Claude Instant when Anthropic opened the Anthropic API for early access. It shipped in two tiers: the high-performance Claude (model IDs claude-1.0 through claude-1.3, sometimes aliased claude-v1) for tasks needing complex reasoning, and the low-latency Claude Instant. Anthropic described Claude as an assistant for summarization, search, creative and collaborative writing, Q&A, coding, and other text tasks, and emphasized that early customers found it less likely to produce harmful outputs, easier to converse with, and more steerable.

What set Claude 1 apart was its training method. Where most assistants of the era relied purely on human feedback, Claude was trained with Constitutional AI — a technique Anthropic published in December 2022 that uses a written set of principles (a 'constitution') and AI-generated feedback to steer the model toward being helpful, honest, and harmless. That approach, built to reduce reliance on human labelers for harmful-content review, became the foundation for every later Claude model. The 'Claude' name is a nod to the field's heritage, evoking information-theory pioneer Claude Shannon.

Claude 1's most consequential feature arrived after launch. The models started with a 9,000-token context window, but on May 11, 2023 Anthropic expanded Claude and Claude Instant to 100,000 tokens — roughly 75,000 words — one of the first frontier-lab models able to read book-length documents in a single prompt. The most capable point release, claude-1.3, set the baseline that Claude 2 (July 2023) measured itself against. The entire Claude 1 and Claude Instant 1.x line was deprecated on September 4, 2024 and retired on November 6, 2024; it is no longer callable.

Released2023-03-14
LicenseProprietary
WeightsAPI only
ParametersNot disclosed by Anthropic
Context9K tokens at launch (March 2023); expanded to 100K tokens on May 11, 2023
Max outputNot publicly documented by Anthropic for the Claude 1 family
ArchitectureDecoder-only Transformer language model trained with Constitutional AI — Anthropic's reinforcement-learning-from-AI-feedback (RLAIF) method layered on RLHF, introduced in the December 2022 paper "Constitutional AI: Harmlessness from AI Feedback." Exact layer counts and parameter sizes were never published.
Knowledge cutoffNot separately published for Claude 1; the successor Claude 2 used training data with an early-2023 cutoff
ModalitiesText
StatusRetired. The Claude 1 family (claude-1.0, claude-1.1, claude-1.2, claude-1.3) and the Claude Instant 1.x models were deprecated on September 4, 2024 and retired on November 6, 2024. They no longer respond on the Claude API; Anthropic recommends migrating to current models such as Claude Haiku 4.5.

Benchmarks

  1. Bar exam (multiple-choice section), claude-1.373%
  2. GSM8K (grade-school math), claude-1.385.2%
  3. Codex HumanEval (Python coding), claude-1.356%

Scores on a 0–100 scale (25-point gridlines); higher is better. Each benchmark links to its published source.

Pricing

Input$11.02 per million prompt tokens (Claude / claude-v1) per million tokens
Output$32.68 per million completion tokens (Claude / claude-v1) per million tokens

Original 2023 pay-as-you-go API pricing for the flagship Claude (claude-v1). The cheaper Claude Instant tier was $1.63/M prompt and $5.51/M completion — about one-sixth the cost. These models are retired and no longer sold.

Pricing source ↗

Strengths

  • Constitutional AI training (RLHF + RLAIF) made it notably steerable and less prone to harmful or evasive outputs than peer assistants of early 2023
  • Long-context pioneer: among the first frontier models to offer a 100K-token window (May 2023), enabling whole-document and book-length analysis
  • Strong at summarization, Q&A, and long-form / collaborative writing — Anthropic's headline launch use cases
  • Two-tier lineup let developers trade off cost and latency: flagship Claude for hard reasoning, Claude Instant at roughly one-sixth the price for high-throughput work

Best for

  • Summarizing long documents, transcripts, and reports
  • Question answering and search over provided text
  • Creative and collaborative long-form writing and editing
  • Drafting and explaining code
  • High-volume, latency-sensitive text processing via the cheaper Claude Instant tier

How to access

ProviderModel ID
Anthropic ↗claude-1.3

Claude (legacy 1–2.x) — every version

The full lineage of the Claude (legacy 1–2.x) line, newest first. Every version has its own page — click any to compare specs, benchmarks and pricing.

VersionReleasedContextLicense
Claude 2.1current2023-11-21Proprietary
Claude 22023-07-11Proprietary
Claude Instant2023-03-14Proprietary
Claude 12023-03-14Proprietary

FAQ

When was Claude 1 released and is it still available?

Claude 1 launched on March 14, 2023, alongside Claude Instant, when Anthropic opened its API for early access. It is no longer available: the Claude 1 family (claude-1.0 through claude-1.3) and Claude Instant 1.x were deprecated on September 4, 2024 and retired on November 6, 2024. Requests to these model IDs now fail.

What was Claude 1's context window?

Claude 1 and Claude Instant launched with a 9,000-token context window. On May 11, 2023 Anthropic expanded both to 100,000 tokens — about 75,000 words — making Claude one of the first frontier models able to process book-length inputs in a single prompt.

How was Claude 1 trained?

Claude 1 was trained with Constitutional AI, Anthropic's method that combines reinforcement learning from human feedback (RLHF) with AI-generated feedback (RLAIF) guided by a written set of principles. Anthropic introduced the technique in its December 2022 paper 'Constitutional AI: Harmlessness from AI Feedback,' and it underpins every later Claude model.

How did Claude 1 perform on benchmarks?

Anthropic published claude-1.3 scores as the baseline for Claude 2: 73.0% on the multiple-choice section of the Bar exam, 85.2% on GSM8K grade-school math, and 56.0% on the Codex HumanEval Python coding test. Claude 2 improved on all three. Anthropic never disclosed Claude 1's parameter count.