Providers listed include capable free tiers. Paid providers may also be included.
Enter API keys for all providers here. Keys are stored in memory only and cleared on page refresh. The active provider's key also appears in the main field above and stays in sync.
| Symbol | Meaning | Retriable? |
|---|---|---|
| β | Success β response received | β |
| π« | Auth error (401/403) β API key invalid or not authorised | Never β retrying won't fix an invalid key |
| π | Rate limited (429/503) β quota exceeded | Yes, if Retry is enabled |
| β | Client error (other 4xx) β request invalid or model unavailable | Never β retrying would produce the same result |
| β οΈ | Server error (5xx) or network/connection failure β provider-side or connection issue, may be transient | Yes, if Retry is enabled |
| β± | Timeout β no response received within 60 s | Yes, if Retry is enabled |
| Context modifier | Shown when |
|---|---|
(attempt X of Y) |
Retry is enabled and Y > 1 |
β all N retries exhausted |
Retry enabled; attempts used up; single-provider mode β process stops |
β all N retries exhausted, trying next |
Retry enabled; attempts used up; Auto-Fallback mode β advancing to next model |
β trying next |
Retry disabled; Auto-Fallback mode β advancing to next model after one attempt |
, skipping provider |
Auth error in Auto-Fallback β entire provider is skipped, not just the model |
Retry-After header indicating exactly how long to wait, that value is used instead of the computed backoff. Retriable errors (retried up to the configured maximum): rate limit (429), service unavailable (503), timeout (60 s), server errors (5xx), network/connection failures (e.g. connection refused, DNS failure β transient and worth retrying). Non-retriable errors (never retried): auth errors (401/403 β retrying won't fix a wrong key), and client errors (other 4xx such as 400, 404, 422 β the request itself is invalid and would produce the same result). When retries are exhausted: in single-provider mode the process stops and the error is shown; in Auto-Fallback mode the chain advances to the next candidate. Works independently of Auto-Fallback β Retry can be enabled with or without Auto-Fallback; Auto-Fallback can be enabled with or without Retry.Looking for another provider or model? Request a Provider or Model β
Found a bug or have a suggestion? Submit Feedback β