Recharge value

Recharge $15. Get $100-equivalent official API usage.

A $15 recharge adds gateway usage value benchmarked to $100 at official API list prices.

Recharge$15
Official API list-price equivalent$100

Equivalent usage depends on the model, tokens, resolution and selected group. This is SuperAI API balance, not an official provider account or transferable provider credit.

Recharge calculator

See the official list-price usage value

Enter a recharge amount to estimate the API usage value benchmarked against official provider list prices.

Official list-price equivalent$100.00
Difference in purchase cost$85.00
Effective purchase rate15% of official list-price value

This estimates SuperAI API gateway usage value, not transferable credit in an official provider account. Actual consumption depends on the model, tokens, resolution and selected group.

API request example

curl -X POST https://superaiapi.com/v1/chat/completions \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "claude-sonnet-5",
  "messages": [{"role": "user", "content": "Review this architecture"}]
}'

Native and compatible integration options

Choose the protocol that fits your application. The gateway supports provider-oriented relay paths as well as OpenAI-compatible workflows, allowing teams to preserve existing application patterns while evaluating Claude models.

Operational controls for Claude workloads

Production access is more than sending a prompt. Centralized controls help administrators understand usage and react when an upstream route becomes unhealthy.

  • Per-user and per-token quotas
  • Channel health checks and automatic failover
  • Request logs for troubleshooting
  • Group-based pricing and access policies

Use the right model for each task

Keep Claude available for the workloads where it performs best while retaining GPT, Gemini, DeepSeek and other models for alternate quality, speed or cost requirements.

Frequently asked questions

Can I use Claude and GPT with one account?

Yes. Supported Claude and GPT models can be managed through the same gateway account, tokens and usage controls.

Does the gateway support streaming?

Streaming support depends on the selected provider channel and protocol, and is available for supported Claude relay configurations.

How do I compare Claude model pricing?

Use the public pricing page to review the currently configured model and group rates before sending production traffic.