Balance
—
Usage by Model
Recent Requests
| TIME | MODEL | STATUS | IN / OUT | COST | LATENCY |
|---|
| TIME | MODEL | STATUS | IN / OUT | COST | LATENCY |
|---|
| MODEL | REQUESTS | FAILURES | INPUT TOKENS | OUTPUT TOKENS | TOTAL COST |
|---|
| TIME | MODEL | STATUS | TOKENS (IN/OUT) | COST | LATENCY |
|---|
Real-time status, uptime, and pricing across all providers.
| MODEL | PROVIDER | PRICE / 1M TOKENS | TIER | STATUS | UPTIME (24H) | LAST CHECKED |
|---|
Have a voucher code? Redeem it here to add credits.
Top-up dilakukan via Telegram bot atau contact admin. Balance update instant setelah payment confirmed.
Open Telegram Bot →https://api.waviosapp.com/v1
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
curl https://api.waviosapp.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-sonnet-5",
"messages": [{"role":"user","content":"Hello"}]
}'
curl https://api.waviosapp.com/v1/models \
-H "Authorization: Bearer YOUR_API_KEY"