lithovas.

Claude Opus 4.6 API — Unified Access via 97AI.PRO

Access the Claude Opus 4.6 API by Anthropic through 97AI.PRO's unified endpoint. One API key, transparent pricing at $7.5075 per per million tokens — 70% below Anthropic's official rate, and failed calls are free (zero-risk billing).

Quick start

Send a POST to https://www.lithovas.com/api/chat with an Authorization: Bearer sk-live-... header. Set model: "chat/claude-opus-4-6" and provide the payload for this model type.

Example (curl):

curl -X POST https://www.lithovas.com/api/chat \
  -H "Authorization: Bearer $YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"chat/claude-opus-4-6","messages":[{"role":"user","content":"Hello"}]}'

What you get back

Chat endpoints return { text, credits, balance } synchronously.

Rate limits & billing

Per-account concurrency is generous for individual use; enterprise tiers are available. Credits are deducted only for successful chat completions. Balance is visible via GET /api/credits. Payment methods: credit card, USDC on Arbitrum, Alipay.

Frequently asked questions

Is the Claude Opus 4.6 API on 97AI.PRO the same as the official Anthropic API?+

Yes — same underlying model family and production behavior. 97AI.PRO routes through verified upstream infrastructure, and pricing is 70% below Anthropic's official rate. Payment is available globally including in regions where Anthropic does not ship directly.

Do I need a Anthropic account?+

No. One 97AI.PRO account and API key gives you access to Claude Opus 4.6 plus 173 other models across providers.

What SDKs are supported?+

For chat endpoints, the OpenAI SDK works out of the box by pointing `base_url` to `https://www.lithovas.com/api`. Any HTTP client also works.

How do I test before going to production?+

Sign up, add $5 in credits, and hit the endpoint from your terminal. There's no long-form onboarding or contract.

What if a chat completion fails?+

You pay $0. Failed requests return an error response or terminal failure state, and credits are refunded automatically. This is the zero-risk billing policy.

Ready to try Claude Opus 4.6?

Sign up on 97AI.PRO, top up with credit card / USDC / Alipay, and get an API key in under 60 seconds.

Related chat