All H3 reference notes
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.

Try this sequence
  1. Classify the failure as transport, quota, input, or generation.
  2. Retry only transient categories.
  3. Cap attempts and preserve the final error.
Build this promptOpen MiniMax sourceVerified against MiniMax docs / Aug 5, 2026