Проверка
Когда RouteAPI возвращает сервисную ошибку, причина обычно связана со статусом сервиса модели, параметрами запроса или доступной квотой.
Checklist
Section titled “Checklist”- Check whether the model service is available.
- Check whether balance or quota is sufficient.
- Check whether service limit is exceeded.
- Check whether parameters were rejected.
- Check whether the model ID is still available.
- Retry later or switch to another available model.
Рекомендации
Section titled “Рекомендации”- Configure health checks for critical business.
- Record original service errors without exposing secrets.
- Set cooldown and alerts for repeated failures.
- Prepare alternative model plans.