#5421 RuntimeError: This model is currently experiencing high demand. Spikes in demand are usually temporary. Please try again

2402:800* Posted at: 11 hours ago

This model is currently experiencing high demand. Spikes in demand are usually temporary. Please try again later.:Traceback (most recent call last):
File "videotrans\translator\_base.py", line 97, in run
File "videotrans\translator\_base.py", line 161, in _run_srt
File "tenacity\__init__.py", line 338, in wrapped_f
File "tenacity\__init__.py", line 477, in call
File "tenacity\__init__.py", line 378, in iter
File "tenacity\__init__.py", line 421, in exc_check
tenacity.RetryError: RetryError[]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "videotrans\util\TestSrtTrans.py", line 19, in run
File "videotrans\translator\__init__.py", line 1031, in run
File "videotrans\translator\_base.py", line 100, in run
File "tenacity\__init__.py", line 480, in call
File "videotrans\translator\_gemini.py", line 124, in _item_task
RuntimeError: This model is currently experiencing high demand. Spikes in demand are usually temporary. Please try again later.


=
system:Windows-10-10.0.26100-SP0
version:v3.99
frozen:True
language:en
root_dir:G:/pyvideo

1 Replies

The error "This model is currently experiencing high demand" comes from the Gemini translation API, indicating the model servers are temporarily overloaded. This is a transient server-side issue.

Solutions (try in order):

  1. Wait and retry: Spikes are usually temporary. Wait a few minutes and restart the task.
  2. Switch to a less busy model: In Menu -> Translation Settings -> Gemini, try a different model with lower demand (e.g., gemini-flash-latest instead of gemini-2.5-pro). Increase the max_token value if you switch.
  3. Reduce batch size: In Menu -> Tools -> Advanced Options -> Subtitle Translation, lower AI translation batch lines (e.g., to 10 or 5) and increase Pause seconds after translation (e.g., to 5) to avoid triggering rate limits.
  4. Temporarily change translation channel: Use a different channel like DeepSeek, OpenAI ChatGPT, or Google Translate (free) until Gemini recovers.

Please refer to related docs:

Post Your Reply
Open source and free maintenance is not easy. If this project is helpful to you, please consider making a small donation to help the project continue to maintain and update. Dondate: ko-fi.com/jianchang512

Related resource

Similar issues already exist