Claude Opus 4.8
claude-opus-4-8
Anthropic’s most capable model for complex reasoning, agentic coding, and long-horizon tasks.
A fast, reliable gateway to Claude Opus 4.8, Sonnet 4.6, Haiku 4.5 and Fable 5. A drop-in replacement for the Anthropic SDK — just change the base URL. Pay-as-you-go, USDT accepted, no subscription.
Call any Claude model through one API key — from the flagship Opus 4.8 to the ultra-fast Haiku 4.5, all with a 1M-token context window.
claude-opus-4-8
Anthropic’s most capable model for complex reasoning, agentic coding, and long-horizon tasks.
claude-fable-5
A creative-writing specialist tuned for narrative, tone, and long-form prose.
claude-sonnet-4-6
The balanced workhorse — fast, smart, and cost-effective for everyday production traffic.
claude-haiku-4-5
The fastest, lowest-cost Claude — ideal for high-volume, latency-sensitive workloads.
Legacy Claude 3.x models remain available for backward compatibility.
Keep your existing code. Point the base URL at XCMF, use your API key, and every Claude model works — including streaming, tools, and Claude Code, Cursor or any compatible client.
curl https://www.xcmfapi.com/v1/messages \
-H "x-api-key: $XCMF_API_KEY" \
-H "anthropic-version: 2023-06-01" \
-H "content-type: application/json" \
-d '{
"model": "claude-opus-4-8",
"max_tokens": 1024,
"messages": [{"role": "user", "content": "Hello, Claude"}]
}' Usage-based pricing against official Anthropic rates — with a 5× credit ratio, no subscription, and balance that never expires.
Top up 20 USD and get 100 USD of platform balance. Every request is metered per token against Anthropic's published Opus, Sonnet, and Haiku prices — so your effective cost is a fraction of buying direct.
Top up with USDT — no credit card, no Anthropic account required. Built for overseas developers.
Pure pay-as-you-go. No monthly fee, and any balance you buy never expires.
Sign up, grab a key, change one base URL. Streaming and tools work out of the box.
Everything developers ask about Claude API pricing, models, and getting started.
You top up your balance and pay per token, priced against the official Anthropic rates. With our 5× credit ratio, every 1 USD you pay becomes 5 USD of platform balance — so effective per-token cost is a fraction of buying direct.
Anthropic has no free API tier. This gateway is pay-as-you-go with no subscription and no monthly fee — you only pay for the tokens you use, and unused balance never expires.
Claude Opus 4.8 is the strongest for complex, agentic coding and long-horizon reasoning. Sonnet 4.6 is the balanced pick for most day-to-day coding at lower cost, and Haiku 4.5 is best for fast, high-volume tasks. All support up to a 1M-token context window.
It is a drop-in replacement for the Anthropic SDK: keep your existing code and simply point the base URL to our endpoint, then use your XCMF API key. It also works with Claude Code, Cursor, and any OpenAI- or Anthropic-compatible client that lets you set a custom base URL.
Yes. We support USDT (crypto) payments for overseas users. Add balance with USDT and start calling the Claude API within minutes — no credit card or Anthropic account required.
Yes. Server-sent event (SSE) streaming is fully supported for the Messages API, so coding agents, IDEs, and production apps get token-by-token responses just like the official API.