Overview
/usage to view your Plan and Credits usage for the current billing cycle, along with the duration and code change statistics for the current session. This helps you monitor your usage and avoid overages.
View Usage
Viewing usage requires valid account Authentication. If you are not signed in or have not set an Access Token, /usage will prompt you to complete Authentication first. For Authentication methods, see Sign-in and Authentication.
Usage Panel Contents
| Field | Description |
|---|---|
| Plan | The Plan type of the current account |
| Plan Expiration Date | The expiration date of the current Plan |
| Plan Credits Used | Used / total Plan Credits |
| Add-on Credits Used | Used / total Add-on Credits |
| Org Resource Package | Usage of the Org Resource Package |
| Total Duration API | Cumulative time spent on Model API calls |
| Total Duration wall | Actual elapsed time since the session started |
| Total Code Changes | Lines added and deleted in the current session |
How to Interpret
- Credits usage is displayed as "used / total". When the usage ratio approaches the limit, the panel uses color cues: reaching 80% displays a warning color, and reaching 95% displays an error color, helping you stay aware of your remaining Credits.
- Total Duration API reflects the actual computation time of the models, while Total Duration wall reflects the overall session duration, including your thinking and input time. The two are usually different.
- Total Code Changes counts the lines added and deleted by Qoder within the current session.
- To further analyze your Session History and usage patterns, see Insights.
- To check the overall Status of the CLI (version, Model, account, connectivity), use
/status. See the Slash commands reference.