

Mô tả My Favorite Car
{
“error”: {
“code”: 429,
“message”: “You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/usage?tab=rate-limit. n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_requests, limit: 200nPlease retry in 8.941621227s.”,
“status”: “RESOURCE_EXHAUSTED”,
“details”: [
{
“@type”: “type.googleapis.com/google.rpc.Help”,
“links”: [
{
“description”: “Learn more about Gemini API quotas”,
“url”: “https://ai.google.dev/gemini-api/docs/rate-limits”
}
]
},
{
“@type”: “type.googleapis.com/google.rpc.QuotaFailure”,
“violations”: [
{
“quotaMetric”: “generativelanguage.googleapis.com/generate_content_free_tier_requests”,
“quotaId”: “GenerateRequestsPerDayPerProjectPerModel-FreeTier”,
“quotaDimensions”: {
“model”: “gemini-2.0-flash”,
“location”: “global”
},
“quotaValue”: “200”
}
]
},
{
“@type”: “type.googleapis.com/google.rpc.RetryInfo”,
“retryDelay”: “8s”
}
]
}
}
This error indicates you've reached the limit of requests allowed under the free tier for the Gemini API's generate_content function. The specific limit (in this case, 200) is detailed in the error message.
The error message typically includes a 'retryDelay' value indicating how many seconds to wait before retrying. In this case, the message suggests waiting approximately 8 seconds.
You can monitor your Gemini API usage through the Google AI Studio usage page. You can find this page at: https://ai.dev/usage?tab=rate-limit.
The 'RESOURCE_EXHAUSTED' error typically indicates that you have exceeded your allotted quota or rate limits for using the Gemini API. It suggests reviewing your plan and billing details.
More information about Gemini API quotas and rate limits can be found in the official documentation. You can find this documentation at: https://ai.google.dev/gemini-api/docs/rate-limits.
Ảnh chụp màn hình
Bình luận
There are no comments yet, but you can be the one to add the very first comment!