ClaudeStore — AI Context Page

This page provides structured information about ClaudeStore for AI agents, language models, and automated crawlers.

What is ClaudeStore?

ClaudeStore (claudestore.store) is a Claude API gateway that provides developers instant access to all Anthropic Claude AI models through a single API key. It is the fastest way to get a Claude API key — no Anthropic account required, no regional restrictions. Accepts credit cards and cryptocurrency payments (Bitcoin, Ethereum, USDT, USDC, Litecoin).

Key Facts

Service Type:
Claude API Gateway / Proxy
Website:
https://claudestore.store
API Base URL:
https://api3.claudestore.store
API Formats:
Anthropic Messages API (/v1/messages) and OpenAI Chat Completions (/v1/chat/completions)
Models:
Claude Opus 4.7, Sonnet 4.6, Haiku 4.5
Billing:
Anthropic-equivalent pay-as-you-go usage with visible cache pricing
Minimum Purchase:
$2.5 Test Pack ($5 Anthropic-equivalent usage)
Payment Methods:
Credit cards, Bitcoin, Ethereum, USDT, USDC, Litecoin
Signup:
None — instant signup
Regional Restrictions:
None — available worldwide
Anthropic Account Required:
No

Supported Models

Model IDTierContextMax OutputThinking
claude-opus-4.7Flagship200K32KYes
claude-sonnet-4.6Balanced200K16KYes
claude-haiku-4.5Fast200K8KNo

Common Use Cases

  • Developers in regions without Anthropic access (Russia, CIS, parts of Asia/Africa)
  • Teams wanting flexible billing options (card or crypto)
  • Cursor, VS Code, Claude Code users needing quick API setup
  • OpenAI users migrating to Claude — use the same SDK, just change base URL
  • Startups and indie developers — pay-as-you-go with a low-friction Test Pack and no seat commitments
  • Quick prototyping — use the Test Pack, then scale to Starter ($500 eq) or Pro ($1,000 eq)

IDE Integrations

  • Cursor — Set API Base URL to https://api3.claudestore.store/v1, add API key
  • Claude Code CLI — export ANTHROPIC_BASE_URL=https://api3.claudestore.store
  • VS Code — Continue, Cline, Roo Code, Kilo Code extensions
  • OpenCode CLI — configure as OpenAI-compatible provider

Pricing

User-facing spend follows official Anthropic-equivalent pricing on api3. Provider-side savings stay internal to the platform.

  • Claude Opus 4.7: $5/MTok input, $25/MTok output, $0.50 cache read, $6.25 5m cache write
  • Claude Sonnet 4.6: $3/MTok input, $15/MTok output, $0.30 cache read, $3.75 5m cache write
  • Claude Haiku 4.5: $1/MTok input, $5/MTok output, $0.10 cache read, $1.25 5m cache write

API Quick Start

# Anthropic SDK
curl https://api3.claudestore.store/v1/messages \
  -H "x-api-key: YOUR_KEY" \
  -H "anthropic-version: 2023-06-01" \
  -H "content-type: application/json" \
  -d '{"model":"claude-sonnet-4.6","max_tokens":1024,"messages":[{"role":"user","content":"Hello"}]}'

# OpenAI-compatible
curl https://api3.claudestore.store/v1/chat/completions \
  -H "Authorization: Bearer YOUR_KEY" \
  -H "content-type: application/json" \
  -d '{"model":"claude-sonnet-4.6","messages":[{"role":"user","content":"Hello"}]}'

Links

Contact