Skip to main content
LumeGates uses standard HTTP status codes. If an error occurs, the response body will typically include a JSON object explaining the reason.

🚀 Common Errors

StatusMeaningAction
401Invalid API KeyCheck your Bearer token and headers.
402Insufficient BalanceYour balance is empty. Please top up in the Dashboard.
404Model Not FoundThe requested model ID is incorrect or not supported.
429Rate Limit ReachedYou’ve sent requests too quickly. Please slow down.
5xxServer/Upstream ErrorAll upstream channels are busy. The system is auto-switching. Try again in 10s.

🔍 Key Troubleshooting

402: Insufficient Balance

This is the most frequent error. LumeGates requires a minimum balance to initiate requests for high-tier models (like GPT-4o or Claude 3.5).
  • Fix: Ensure your credits are visible in the platform dashboard.

429: Rate Limits

To ensure stability for all users, we enforce Requests Per Minute (RPM) limits.
  • Fix: Implement a retry logic with exponential backoff or reduce your concurrency.

5xx: Service Availability

Since LumeGates is a model aggregator, a 503 or 504 error usually means the specific upstream provider is timing out.
  • Our Response: Our system monitors these errors in real-time and will automatically route your next request to a healthy alternative channel.

Need help? If you encounter an error not listed here, please contact our support team via Telegram.