Balance
Rp -
Total Spent
Rp -Cumulative costTotal Requests
-All-time requestsTotal Tokens
-All-time tokensSuccess Rate
-Across all modelsAvg. Latency
-From recent requestsTop Model
-By request countAPI Key Usage
View your balance, key status, and recent requests. Your API key is never stored on the server.
Support
Need help? Contact admin or join the updates channel.
Balance Low balance
Rp -
Total Spent
Rp -Cumulative costTotal Requests
-All-time requestsTotal Tokens
-All-time tokensSuccess Rate
-Across all modelsAvg. Latency
-From recent requestsTop Model
-By request count| Time | Model | Status | Tokens (in/out) | Cost (Rp) | Latency |
|---|
| Model | Requests | Failures | Input tokens | Output tokens | Total Credit (Rp) |
|---|
| Time | Model | Status | Tokens (in/out) | Cost (Rp) | Latency |
|---|
| Model | Provider | Price / 1M tokens | Status | Uptime (24h) | Last checked |
|---|
All API requests should be made to:
https://api.cosmoshub.tech/v1
Send your API key as a Bearer token in the Authorization header:
Authorization: Bearer YOUR_API_KEY
OpenAI-compatible endpoint. Example using qwen-3.7-max:
curl https://api.cosmoshub.tech/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "qwen-3.7-max",
"messages": [{"role": "user", "content": "Hello"}]
}'
Get available models for your key:
curl https://api.cosmoshub.tech/v1/models \ -H "Authorization: Bearer YOUR_API_KEY"