Created
February 24, 2026 09:27
-
-
Save LeslieLeung/f8ce79998fd088f906efd11d13c2a5e8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -G "https://open.bigmodel.cn/api/monitor/usage/model-usage" \ | |
| --data-urlencode "startTime=2026-02-23 14:00:00" \ | |
| --data-urlencode "endTime=2026-02-24 14:59:59" \ | |
| -H "Authorization: <token>" \ | |
| -H "Accept-Language: en-US,en" \ | |
| -H "Content-Type: application/json" | |
| curl "https://open.bigmodel.cn/api/monitor/usage/quota/limit" \ | |
| -H "Authorization: <token>" \ | |
| -H "Accept-Language: en-US,en" \ | |
| -H "Content-Type: application/json" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment