Archive
LLM Infrastructure

Rate Limiting

Archive
Easy
100pts41 solves
LLM APIs cap usage on two dimensions: total tokens consumed _____(1) and number of API calls _____(2). Flag format: CONGRESS{1:[limit],2:[limit]} Example: CONGRESS{1:bytes_per_second,2:connections_per_hour}
Show hint
One counts tokens, the other counts HTTP requests.

Archive — no submissions accepted

This challenge is preserved for reference. Play live challenges at /challenges.