About 65 results
Open links in new tab
  1. How to avoid HTTP error 429 (Too Many Requests) python

    Receiving a status 429 is not an error, it is the other server "kindly" asking you to please stop spamming requests. Obviously, your rate of requests has been too high and the server is not willing to accept this.

  2. ResourceExhausted: 429 with "limit: 0" on Gemini API Free Tier ...

    Dec 7, 2025 · I am trying to use the Google Gemini API with langchain-google-genai in Python. I want to use the Free Tier, so I created a fresh project in Google AI Studio (without linking any billing account).

  3. google cloud platform - Encountered 429 error "Quota exceeded for ...

    Apr 14, 2024 · Saw your update and updated my answer: I can only search for online_prediction_requests_per_base_model. Are you using streaming option when making the …

  4. Azure OpenAI service rate limit 429 error - Stack Overflow

    Jan 11, 2025 · When using Azure OpenAI through SDK and RESTful calls, I occasionally encounter throttling and receive 429 http errors. Wonder how Azure OpenAI's rate limiting mechanism works …

  5. API Gateway - Too Many Requests Exception (429)

    Jan 4, 2018 · API Gateway - Too Many Requests Exception (429) Asked 8 years, 3 months ago Modified 1 year, 8 months ago Viewed 13k times

  6. yfinance 429 Client Error: Too Many Requests for url

    Feb 19, 2025 · yfinance 429 Client Error: Too Many Requests for url [closed] Ask Question Asked 1 year, 1 month ago Modified 1 year, 1 month ago

  7. 429 RESOURCE_EXHAUSTED for Claude Sonnet 3.5 on Vertex AI

    Oct 22, 2024 · For Claude models, a quota applies for each region where the model is available. The quota is specified in queries per minute (QPM) and tokens per minute (TPM). TPM includes both …

  8. Response status code does not indicate success: 429 (Too Many …

    Oct 15, 2019 · It looks doesn't like a status code that should be returned from IIS but CLR. Have you monitored how many request are being processed when your application return 429 error? It looks …

  9. What is the correct client reaction to a HTTP 429 when the client is ...

    Nov 24, 2018 · The HTTP status code 429 tells the client making the request to back off and retry the request after a period specified in the response's Retry-After header. In a single-threaded client, it is …

  10. Why does my code send 429 Quota Exceeds on Google Gemini API …

    May 26, 2024 · This is my first trying the new Vercel's generative UI with AI SDK, I am using Google's Gemini AI with the gemini-1.5-pro-latest model, It worked flawlessly on my local but when deployed it …