Skip to content

Instantly share code, notes, and snippets.

@LeslieLeung
Created February 24, 2026 09:27
Show Gist options
  • Select an option

  • Save LeslieLeung/f8ce79998fd088f906efd11d13c2a5e8 to your computer and use it in GitHub Desktop.

Select an option

Save LeslieLeung/f8ce79998fd088f906efd11d13c2a5e8 to your computer and use it in GitHub Desktop.
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