AnthropicPaid API
Claude 2.1
Enterprise LLM • Released 2023-11-21 • Last Verified 2025-02-01
Claude 2.1 by Anthropic - Enterprise LLM engineered for high safety, reasoning, and long context.
Context Window200k
LicenseProprietary
Deployment
Cloud Only
API AvailableYes (REST/SDK)
Benchmark Performance
MMLU78.5
Strengths
- •High accuracy
- •Fast inference
Limitations & Weaknesses
- •Closed source API
API Sample CodePython / REST
import openai
client = openai.OpenAI()
response = client.chat.completions.create(
model="claude-2-1",
messages=[
{"role": "system", "content": "You are a helpful expert assistant."},
{"role": "user", "content": "Explain quantum computing in 2 sentences."}
]
)
print(response.choices[0].message.content)Pricing Overview
$8.00 / 1M in
Prices subject to provider tiers and volume discounts. Check documentation for current token rates.
Model Tags
#claude2
Similar Models from Anthropic
Anthropic
Paid API
Claude 3.5 Sonnet
Frontier LLM
Claude 3.5 Sonnet by Anthropic - Frontier LLM engineered for high safety, reasoning, and long context.
Context Window200k
SWE-bench49
Cloud Only
#claude#coding
Anthropic
Paid API
Claude 3.5 Haiku
Lightweight LLM
Claude 3.5 Haiku by Anthropic - Lightweight LLM engineered for high safety, reasoning, and long context.
Context Window200k
HumanEval88.1
Cloud Only
#claude#haiku
Anthropic
Paid API
Claude 3 Opus
Frontier LLM
Claude 3 Opus by Anthropic - Frontier LLM engineered for high safety, reasoning, and long context.
Context Window200k
MMLU86.8
Cloud Only
#claude#opus