curl --request GET \
--url https://apigcp.trynia.ai/v2/oracle/1m-usage \
--header 'Authorization: Bearer <token>'{
"used": 123,
"limit": 123,
"remaining": 123
}Get daily usage for 1M context window models.
curl --request GET \
--url https://apigcp.trynia.ai/v2/oracle/1m-usage \
--header 'Authorization: Bearer <token>'{
"used": 123,
"limit": 123,
"remaining": 123
}API key must be provided in the Authorization header
Was this page helpful?