Can I use the Anthropic SDK?
Yes. Point supported Messages API clients at the gateway Base URL and use a SuperAI API token with the claude-sonnet-5 model ID.
Claude Sonnet 5 API
Use Claude Sonnet 5 for coding, analysis and instruction-heavy workflows while keeping credentials, quotas, logs and routing in the same gateway as GPT, Gemini and other model families.
claude-sonnet-5/v1/messages, /v1/chat/completionsRecharge value
A $15 recharge adds gateway usage value benchmarked to $100 at official API list prices.
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
Enter a recharge amount to estimate the API usage value benchmarked against official provider list prices.
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.
curl -X POST https://superaiapi.com/v1/messages \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-sonnet-5",
"max_tokens": 1024,
"messages": [{"role": "user", "content": "Review this implementation"}]
}'Send native Claude Messages requests when you need Anthropic-oriented semantics, or use the OpenAI-compatible endpoint when Claude is one option inside an existing multi-model application.
Claude capacity can vary across suppliers. Channel health scoring and automatic failover let the gateway prefer stable routes, temporarily reduce traffic to failing routes and probe them again after recovery.
Issue gateway tokens to users or services, assign groups and quotas, and keep upstream credentials inside the administrative channel layer.
Yes. Point supported Messages API clients at the gateway Base URL and use a SuperAI API token with the claude-sonnet-5 model ID.
Yes, when the token group is permitted to use both model families.
Cache reads and writes follow the configured model and group ratios. The usage log exposes cache-token details when the upstream reports them.