Anzoth

Troubleshooting

Common errors, explained plainly.

These notes help you separate something you can fix in the dashboard from a temporary service issue that usually resolves with a retry.

You can fix

Missing headers, expired keys, unverified emails, or the wrong model name are all user-side fixes.

Retry later

Rate limits, capacity limits, and temporary upstream interruptions usually clear after a short pause.

Contact support

If an error keeps returning after you have checked your key and request body, use the support link in the dashboard.

Error table

CodeMeaningWhat to do
401Missing or invalid keyCheck the Authorization header and confirm the Genesis API Key is active.
403Model not allowed or email verification requiredVerify your email and confirm the model is allowed on your key.
404Unknown modelUse Anzoth-Core or Anzoth-Coder unless your account has another model enabled.
429Rate limitedWait briefly, lower your request rate, or reduce output size.
500/502Temporary service issueRetry after a short pause. If it persists, it is likely an Anzoth-side issue.
503Capacity unavailableRetry with backoff. If it continues, check status and try again later.

Next

Return to the API guide or your dashboard.