| 400 | context_length_exceeded | Input/output tokens exceed model context limits. | Reduce prompt and response length to stay within model limits. |
| invalid_type | Parameter type mismatch (e.g., expected int but got float). | Check the expected parameter types and correct the input. |
| decimal_above_max_value | Decimal value exceeds the allowed maximum. | Adjust the value to fall within the allowed range. |
| decimal_below_min_value | Decimal value is below the allowed minimum. | Increase the value to meet the minimum required threshold. |
| integer_above_max_value | Integer value exceeds the allowed maximum. | Provide a smaller integer within the valid range. |
| model_not_found | Provided model ID does not exist. | Verify the model ID and ensure it’s available in your subscription. |
| 401 | invalid_authentication | Invalid or expired API key. | Generate and use a valid API key from the SambaCloud portal. |
| 408 | request_timeout | Request timed out due to server load or latency. | Retry with a smaller or optimized request payload. Additionally, consider upgrading to a higher subscription tier to avoid this. |
| 410 | model_deprecated | The requested model has been deprecated and is no longer available. | Use a currently supported model listed in the documentation. |
| 429 | insufficient_quota | Rate limit exceeded. | Upgrade your plan for higher quota. |
| 429 | queue_full | Too many in-flight requests; server declined the request. | Retry after a delay or reduce request frequency. |
| 500 | internal_server_error | An unexpected server-side error occurred. | Retry later. If the issue persists, contact support. |
| 503 | maintenance | Model is temporarily unavailable due to maintenance. | Try again after some time or check maintenance announcements. |