Pre-flight checklist
- This is about the Perplexity API, not the Perplexity app, Computer, Comet, or web UI.
- I have removed API keys, secrets, and private data.
- I have included enough information for someone else to reproduce the issue.
Bug type
Bug type
- Other API bug
- API docs issue
Affected API area
- Agent API
Summary
The Agent API Rate Limits says
The Agent API applies two independent limits to each request: the API-wide QPS limit and the Agent model’s requests-per-minute (RPM) limit. A request must be within both limits. The RPM value is not derived from the QPS value
For Tier 4 how can we ever reach 4,000/min if the 33 QPS is being enforced? 33*60 = 1980
Same question for Tier 5.
Expected behavior
QPS and RPM values being congruent.
Actual behavior
RPM is in theory unreachable.