#5523 elevenlabs.core.api_error.ApiError: headers: {'date': 'Sun, 28 Jun 2026 11:01:54 GMT', 'server': 'uvicorn', 'content-len

2001:ee0* Posted at: 3 hours ago

Model is not available on the free tier. The eleven_monolingual_v1 and eleven_multilingual_v1 models are deprecated and have been removed from the free tier. Please migrate to newer models for continued service.:
Traceback (most recent call last):
File "videotrans\util\ListenVoice.py", line 16, in run
File "videotrans\tts\__init__.py", line 185, in run
File "videotrans\tts\_base.py", line 133, in run
File "tenacity\__init__.py", line 480, in call
File "videotrans\tts\_elevenlabs.py", line 46, in _run
File "elevenlabs\text_to_speech\client.py", line 157, in convert
File "contextlib.py", line 135, in enter
File "elevenlabs\text_to_speech\raw_client.py", line 204, in convert
File "elevenlabs\text_to_speech\raw_client.py", line 202, in _stream
elevenlabs.core.api_error.ApiError: headers: {'date': 'Sun, 28 Jun 2026 11:01:54 GMT', 'server': 'uvicorn', 'content-length': '382', 'content-type': 'application/json', 'vary': 'Accept-Language', 'access-control-allow-origin': '', 'access-control-allow-headers': '', 'access-control-allow-methods': 'POST, PATCH, OPTIONS, DELETE, GET, PUT', 'access-control-max-age': '600', 'strict-transport-security': 'max-age=1800;', 'x-trace-id': '81d35983189687b0c783f847596fe7a9', 'x-region': 'asia-southeast1', 'via': '1.1 google', 'alt-svc': 'h3=":443"; ma=2592000'}, status_code: 401, body: {'detail': {'type': 'authorization_error', 'code': 'subscription_required', 'message': 'Model is not available on the free tier. The eleven_monolingual_v1 and eleven_multilingual_v1 models are deprecated and have been removed from the free tier. Please migrate to newer models for continued service.', 'status': 'model_deprecated_free_tier', 'request_id': '81d35983189687b0c783f847596fe7a9'}}


=
system:Windows-10-10.0.19045-SP0
version:v4.03
frozen:True
language:en
root_dir:C:/Users/igans/Downloads/win-pyvideotrans-v4.03-0619 2

1 Replies

This error occurs because you are using a deprecated ElevenLabs TTS model (eleven_monolingual_v1 or eleven_multilingual_v1) that has been removed from the free tier.

Solution:

  1. Open pyVideoTrans and go to Menu → TTS Settings → ElevenLabs.
  2. In the Model dropdown, select a newer model that is supported on your plan. Recommended models:

    • eleven_multilingual_v2 (multilingual, works with free tier)
    • eleven_flash_v2_5 (faster, multilingual)
    • eleven_flash_v2
    • eleven_v3
  3. Save the settings and restart the task.

If you are on the free tier, ensure you have not exceeded usage limits, and that the selected model is indeed available for free accounts (ElevenLabs free tier supports eleven_multilingual_v2 and eleven_flash_v2_5 with limited characters).

Note: Deprecated models (_v1) are no longer served; you must migrate to a newer model.

Reference:

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