Files
anyllm-proxy/fixtures/openai/error_429.json
T

9 lines
254 B
JSON

{
"error": {
"message": "Rate limit reached for gpt-4o in organization org-xxx on tokens per min (TPM): Limit 30000, Used 28000, Requested 5000.",
"type": "tokens",
"param": null,
"code": "rate_limit_exceeded"
}
}