Skip to main content

Anthropic Pricing

Claude 3.5 Sonnet, Claude 3 Opus, and Claude 3 Haiku pricing.

Model Pricing

Claude 3.5 Sonnet

Best balance of capability and cost.

TierInput (per 1M tokens)Output (per 1M tokens)
Standard$3.00$15.00
Claude for Work$3.50$17.50

Claude 3.5 Haiku

Fastest and most affordable.

TierInput (per 1M tokens)Output (per 1M tokens)
Standard$0.25$1.25

Claude 3 Opus

Most capable for complex tasks.

TierInput (per 1M tokens)Output (per 1M tokens)
Standard$15.00$75.00

Claude 3 Sonnet

Mid-tier option.

TierInput (per 1M tokens)Output (per 1M tokens)
Standard$3.00$15.00

Vision Pricing

Claude 3.5 Sonnet and Opus include vision at no extra cost (tokens counted).

Image ResolutionToken Estimate
Low (< 100px)~200 tokens
Medium (100-500px)~800 tokens
High (> 500px)~1600+ tokens

Free Tier

BenefitAmount
Messages10 (new accounts)
Rate limit5 requests/minute
ValidityFirst 14 days

Cost Examples for Point Cloud Processing

Point Cloud Analysis (1MB scan)

OperationTokens UsedCost
Technical description~2,500 input + 1,000 output~$0.053
Quality assessment~2,000 input + 600 output~$0.039
Classification summary~1,500 input + 400 output~$0.029

Monthly Cost Scenarios

Use CaseRequests/monthAvg tokensMonthly Cost
Light analysis (10 scans)303,000~$1.35
Medium (50 scans)1505,000~$6.75
Heavy (200 scans)6008,000~$21.60

API Rate Limits

PlanRPMTPM
Free Trial510k
Pro90200k
Claude for Work400+Custom

CloudCompare Configuration

{
"anthropic": {
"api_key": "sk-ant-...",
"api_version": "2023-06-01",
"default_model": "claude-3-5-sonnet",
"max_tokens": 1024,
"temperature": 0.3
}
}

Comparison with Other Vendors

MetricAnthropicOpenAIGoogle
Best forReasoningVersatilityLong context
Cheapest model$0.25/1M in$0.15/1M in$0.075/1M in
Context window200k128k2M
VisionYesYesYes
Free tier14 daysPermanentYes

Cost Calculator

Input tokens: × $3.00/1M = Input cost
Output tokens: × $15.00/1M = Output cost
Total = Input cost + Output cost

Example

Processing 100 point clouds with 5k input + 1k output each:

  • Total input: 500,000 tokens × $3.00/1M = $1.50
  • Total output: 100,000 tokens × $15.00/1M = $1.50
  • Total cost: $3.00

Tips to Reduce Costs

  1. Use Haiku for simple classification (5x cheaper than Sonnet)
  2. Batch similar requests to optimize token usage
  3. Set max_tokens conservatively to prevent over-generation
  4. Use shorter prompts - Claude is verbose by default
  5. Enable prompt caching for repeated analysis patterns