Hello NVIDIA Support Team,
I am writing to request a rate limit increase for my NVIDIA NIM API account.
-
Account Email: danny900714@gmail.com
-
API Key ID: cde2023d-2cfa-4212-aa13-5ae9ee0
-
Current Limit: 40 RPM
-
Requested Limit: 200 RPM
Project / Use Case: I am developing and testing an autonomous agent system that relies heavily on tool calling. The architecture requires the agent to dynamically route queries, execute multiple external tools in sequence, and evaluate the responses to formulate a final answer.
Reason for Increase: Because multi-turn tool calling requires the agent to iterate multiple times per single user action (often chaining 3 to 5 rapid, sequential API calls), the base limit of 40 RPM is easily exhausted during standard testing. Even with exponential backoff implemented, this low threshold frequently triggers HTTP 429 (Too Many Requests) errors, entirely breaking the agent’s reasoning loop. An increase to 200 RPM is necessary to allow uninterrupted testing and debugging of these complex, multi-step workflows.
Thank you, Chao Tzu-Hsien