|
|
|
|
|
by panarky
285 days ago
|
|
Same here, but for API access to the big three instead of their web/app products, and Gemini also shows greater uptime. But even when the API is up, all three have quite high API failure rates, such as tool calls not responding with valid JSON, or API calls timing out after five minutes with no response. Definitely need robust error handling and retries with exponential backoff because maybe one in twenty-five calls fails and then succeeds on retry. |
|