Frequently asked questions
How do TPM and RPM limits interact?
Providers cap you on both tokens-per-minute (TPM) and requests-per-minute (RPM), and you hit whichever comes first. Small, frequent calls usually hit RPM; large-context calls hit TPM. Your real capacity is the lower of the two, so raising only the non-binding limit changes nothing.
How do I serve more users without hitting rate limits?
Lift the binding limit โ request a higher tier for whichever one caps you, batch or combine small requests to ease RPM, and trim prompt size to ease TPM. Caching repeated context and routing overflow to a second key or model also spreads load beyond a single limit.