OpenAI- and Anthropic-compatible endpoints behind a single key. Transparent per-token billing and cache-aware pricing.
curl https://ai-api.cloud/v1/messages \
-H "Authorization: Bearer sk-aiapi-…" \
-H "content-type: application/json" \
-d '{
"model": "claude-sonnet-4-5",
"max_tokens": 1024,
"messages": [{"role":"user","content":"Hi"}]
}'Call /v1/chat/completions or native Anthropic /v1/messages with the same key and balance.
Every request records the model, cache read/write tokens and the exact charge. No silent fallbacks.