Skip to content

Проверка

Когда RouteAPI возвращает сервисную ошибку, причина обычно связана со статусом сервиса модели, параметрами запроса или доступной квотой.

  1. Check whether the model service is available.
  2. Check whether balance or quota is sufficient.
  3. Check whether service limit is exceeded.
  4. Check whether parameters were rejected.
  5. Check whether the model ID is still available.
  6. Retry later or switch to another available model.
  • Configure health checks for critical business.
  • Record original service errors without exposing secrets.
  • Set cooldown and alerts for repeated failures.
  • Prepare alternative model plans.