#2250 elevenlabs.core.api_error.ApiError: headers: {'date': 'Wed, 24 Dec 2025 03:45:42 GMT', 'server': 'uvicorn', 'content-len

216.238* Posted at: 1 day ago 👁19

A model with model ID eleven_ttv_v3 does not exist ...:
Traceback (most recent call last):
File "videotrans\util\ListenVoice.py", line 18, in run
File "videotrans\tts\__init__.py", line 294, in run
File "videotrans\tts\_base.py", line 179, in run
File "tenacity\__init__.py", line 480, in call
File "videotrans\tts\_elevenlabs.py", line 73, in _run
File "elevenlabs\text_to_speech\client.py", line 163, in convert
File "contextlib.py", line 135, in enter
File "elevenlabs\text_to_speech\raw_client.py", line 210, in convert
File "elevenlabs\text_to_speech\raw_client.py", line 208, in _stream
elevenlabs.core.api_error.ApiError: headers: {'date': 'Wed, 24 Dec 2025 03:45:42 GMT', 'server': 'uvicorn', 'content-length': '106', 'content-type': 'application/json', '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=31536000; includeSubDomains', 'x-trace-id': '73605bf63170bea9e3a0bff4941de7bf', 'x-region': 'us-central1', 'via': '1.1 google, 1.1 google', 'alt-svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}, status_code: 400, body: {'detail': {'status': 'model_not_found', 'message': 'A model with model ID eleven_ttv_v3 does not exist ...'}}


=
system:Windows-10-10.0.22631-SP0
version:v3.91
frozen:True
language:zh
root_dir:D:/AIkoux/AI/win-pyvideotrans-v3.91

1 Replies

这个错误表明您在 ElevenLabs 配音设置中选择了不存在的模型 eleven_ttv_v3。该模型可能已更名或下架。

请按以下步骤解决:

  1. 检查并更新模型列表

    • 在软件主界面,点击菜单栏的 设置 -> ElevenLabs
    • 点击 获取模型列表 按钮,软件会自动从 ElevenLabs 官方获取最新的可用模型列表。
    • 获取成功后,点击 保存
  2. 重新选择模型

    • 返回主界面的 配音 下拉菜单。
    • ElevenLabs 选项下,重新选择一个有效的模型(例如 eleven_multilingual_v2eleven_turbo_v2 等)。
  3. 确认 API Key

    • 确保在 设置 -> ElevenLabs 中填入了正确且有效的 API Key。

完成以上操作后,再次尝试配音即可。

如果问题依旧,请提供 D:/AIkoux/AI/win-pyvideotrans-v3.91/logs/ 目录下的最新日志文件以便进一步分析。

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.

Donate: https://ko-fi.com/jianchang512

Similar issues already exist

Trending Questions