Every request made with your API key is logged. View your usage, token counts, latency, and cost from the dashboard in real time.
Go to Dashboard to see:
timestampUTC time the request was received by the gateway.api_key_prefixThe first 8 characters of the key used (e.g. sk-live-a1b2c3d4).modelThe model ID passed in the request body.prompt_tokensNumber of tokens in the input messages.completion_tokensNumber of tokens generated in the response.total_tokensSum of prompt and completion tokens.cost_centsAmount deducted from your wallet in paisa (1 INR = 100 paisa).latency_msTotal time from request received to first token returned.statusHTTP status code returned to the caller.When your wallet balance drops below a threshold, requests start failing with HTTP 402. Monitor your balance regularly and top up before running long-running jobs or high-volume experiments.
GET /portal/me with your session token — the response includes wallet_cents. Email alerts on low balance are on the roadmap.