Documentation Index
Fetch the complete documentation index at: https://otoyinc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Understanding Job Types
Jobs can be either BATCH or PERSISTENT:- BATCH Jobs
- PERSISTENT Jobs
BATCH jobs run until completion or timeout.
The job automatically stops when:
| Property | Value |
|---|---|
task | BATCH |
max_timeout_run_ms | Required — maximum runtime in milliseconds |
| Billing | Charged for actual execution time |
| Use cases | Rendering, data processing, inference tasks |
- Your container exits
- The timeout is reached