DocumentationRate Limits

Rate Limits

Current usage limits for the Invarium platform.


Test generation limits

ParameterLimit
Maximum tests per generation request50
Generation timeout120 seconds

If you need more than 50 tests, submit multiple generation requests. Each request can generate up to 50 tests.


Result sync limits

ParameterLimit
Maximum results per sync request1,000

Blueprint limits

ParameterLimit
Maximum blueprint size500 KB

Best practices

  • Batch result syncs. Instead of syncing one result at a time, batch them into a single invarium_sync_results call with up to 1,000 results.
  • Cache test cases. After generating tests with invarium_get_tests, save them locally. You do not need to re-generate tests for every CI run.
  • Use generation IDs. When polling invarium_get_tests for generation status, use the generation_id to check a specific generation instead of listing all tests.
⚠️

Rate limits during beta are subject to change. If you encounter issues, contact support@invarium.ai.

Was this page helpful?