Nostimates

API reference

Errors and rate limits

Status codes, error shapes, quota behaviour and what to retry.

{
  "error": {
    "code": "surface_unavailable",
    "message": "doubao is temporarily unavailable in this region",
    "surface": "doubao",
    "retryable": true
  }
}
statuscoderetry?
400invalid_requestno — fix the payload
401invalid_keyno
402quota_exceededno — raise the plan limit
404run_not_foundno
409duplicate_runno — an identical run is already in flight
429rate_limitedyes, honour Retry-After
503surface_unavailableyes, with backoff

Rate limits

  • 60 run creations per minute per workspace on standard plans.
  • 600 reads per minute per workspace.
  • Concurrency on account-gated surfaces is deliberately low; large Chinese batches are queued, not rejected.