Developer
Retry strategy for failed H3 API tasks
Answer
Retry transport and rate-limit failures with bounded backoff. Do not blindly retry invalid inputs or failed generations without recording the error and changing a relevant variable.
- Classify the failure as transport, quota, input, or generation.
- Retry only transient categories.
- Cap attempts and preserve the final error.
Build this promptOpen MiniMax sourceVerified against MiniMax docs / Aug 5, 2026