Overview
Qoder CLI CN's capability consumption is measured in Credits. Use /usage to see your plan and quota usage for the current billing cycle, plus the current session's duration and code-change statistics — helping you stay on top of usage and avoid running over.
Checking usage
Type in an interactive session:
Checking usage requires valid account authentication. If you haven't signed in or set an access token, /usage prompts you to authenticate first. For authentication methods, see Sign-in and Authentication.
What the usage panel shows
The usage panel includes the following:
| Item | Description |
|---|---|
| Plan | The current account's plan type |
| Plan expiry | The current plan's expiration date |
| Plan Credits Used | Used / total credits within the plan |
| Add-on Credits Used | Used / total credits in add-on packs |
| Org Resource Package | Usage of the organization resource package |
| Total Duration API | Cumulative time spent in model API calls |
| Total Duration wall | Real elapsed time since the session started |
| Total Code Changes | Lines added and deleted in this session |
How to read it
- Quota usage is shown as "used / total." As usage approaches the limit, the panel color-codes it: 80% shows as a warning color, 95% as an error color, helping you notice remaining quota in time.
- Total Duration API reflects actual model compute time, while Total Duration wall reflects the overall session time including your thinking and typing — the two usually differ.
- Total Code Changes counts the lines added and deleted by Qoder within the current session.
Related
- To analyze your session history and usage patterns further, see Usage Insights.
- To check the CLI's overall status (version, model, account, connectivity), use
/status— see Slash Commands.