跳到内容

Tool returned an error, what now?

Read the error code, retry once, check your inputs. Most errors are transient — second attempt usually succeeds.

Last updated: 2026-05-04

Error code cheat-sheet

CodeMeaningWhat to do
`MODEL_TIMEOUT`Model took >60s, request killedRetry once. If repeats, switch model in advanced settings.
`RATE_LIMITED`You're rate-limitedSee [Why am I rate limited?](/help/troubleshooting/why-am-i-rate-limited/)
`INVALID_INPUT`Required field missing or malformedCheck the highlighted form fields.
`OUTPUT_TRUNCATED`Hit token cap mid-outputReduce target length, or increase cap in advanced.
`MODEL_UNAVAILABLE`Specific model down right nowWe auto-fall back to a default — but if you forced a model, switch.
`CONTENT_FILTER`Output flagged by safety filterRephrase your request. Some sensitive topics are restricted.
`INTERNAL_ERROR`Bug on our sideRetry once. If reproducible, [contact support](https://aicentraltools.com/contact/) with the run ID.
`INSUFFICIENT_CREDITS`You're out of API credits or quotaSee /account/billing/. Maybe overage cap hit.

What to include if you contact support

  1. Run ID (in the error message footer or /account/runs/).
  2. Tool slug (e.g. "blog-post-generator").
  3. Browser + OS if it's a UI bug.
  4. What you tried already (retried, switched model, etc.).

Why second attempts often succeed

  • Brief network blips during the request.
  • Short-lived model overload (especially during peak hours UTC 14:00–22:00).
  • Rare model outputs that fail post-validation (e.g. malformed JSON output).

We retry behind the scenes with exponential backoff, but we cap retries at 2 to keep latency reasonable. The third-time-lucky retry from the user often crosses the threshold.

Status page

If you see widespread errors, check /status/. When a model provider is down, we surface it there with ETA and any active incidents.

Was this helpful?

0 / 0 people found this helpful

Still stuck? Contact support