LLMsRelay/Docs
Back to dashboard

Claude API Starter pack — Start Coding in 2 Minutes

Get a Claude API Starter pack with instant access to all models. No credit card. Works with Claude Code, Cursor, VS Code, and any SDK.

Claude API Starter pack: What You Get

LLMsRelay's Starter pack gives you instant access to the full Claude API — including Opus 4.7, Sonnet 4.6, and Haiku 4.5. No credit card required. No instant access. No country restrictions. You get real API credits to test with any tool: Claude Code, Cursor IDE, VS Code extensions, Python, TypeScript, or cURL.

Unlike Anthropic's direct signup (which requires a US/EU credit card and $5 minimum deposit), LLMsRelay's Starter pack requires zero payment information and works worldwide.

Starter pack Details

FeatureLLMsRelay Starter packAnthropic Console
Signup time< 2 minutes5–10 minutes + verification
Credit card required❌ No✅ Yes ($5 minimum)
SignupNoneSometimes
Available countriesAll countriesUS, EU, UK, select regions
Models includedAll (Opus, Sonnet, Haiku)All
API compatibilityAnthropic + OpenAI formatAnthropic only
Starting price$45 / 500 credits ($500 Anthropic-equivalent)$5 minimum top-up

How to Start Your Starter pack

  1. Go to LLMsRelay — Visit llmsrelay.com/plans.
  2. Click "Start Starter pack" — No registration form. Instant key generation.
  3. Copy your API key — Use it immediately with any compatible tool.
  4. Start building — Your $5 in credits are loaded automatically.
Python — verify your Starter pack key workspython
import anthropic

client = anthropic.Anthropic(
    api_key="YOUR_API_KEY",
    base_url="https://api.llmsrelay.com"
)

# Quick test — should respond instantly
msg = client.messages.create(
    model="claude-haiku-4.5",
    max_tokens=50,
    messages=[{"role": "user", "content": "Say 'API key works!' in one sentence."}]
)
print(msg.content[0].text)
# → "API key works!"

What Happens After the Starter pack?

  • No automatic charges — your key simply stops working when credits run out.
  • Add credits anytime — top up with credit card or crypto (BTC, ETH, USDT).
  • Pay per use — no monthly subscription. Pay only for tokens consumed.
  • Keep the same key — no need to regenerate or reconfigure anything.

Use Your API Key Everywhere

Claude Codebash
export ANTHROPIC_API_KEY="YOUR_API_KEY"
export ANTHROPIC_BASE_URL="https://api.llmsrelay.com"
claude
Cursor IDEbash
# Settings → Models → OpenAI Compatible
# Base URL: https://api.llmsrelay.com/v1
# API Key: YOUR_API_KEY
# Model: claude-sonnet-4.6

FAQ

How long does the Starter pack last?

The Starter pack is credit-based, not time-based. Use your credits at your own pace — there's no expiration date.

Can I use the Starter pack for Claude Code?

Yes. Claude Code, Cursor, VS Code, any SDK — all work with the same Starter pack API key.

Is there a rate limit on the Starter pack?

LLMsRelay uses protective gateway limits rather than a fixed public Starter RPM contract. If you hit 429, respect Retry-After, reduce concurrency, and contact support for sustained higher throughput.

Can I buy the Starter pack from Russia or other restricted countries?

Yes. LLMsRelay has zero geographic restrictions. The Starter pack is available in every country worldwide.

Ready to start?

Create a key and configure a compatible API route in under 2 minutes.

View Plans