#2213 elevenlabs.core.api_error.ApiError: headers: {'date': 'Mon, 22 Dec 2025 22:37:30 GMT', 'server': 'uvicorn', 'content-len

216.238* Posted at: 3 days ago 👁16

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': 'Mon, 22 Dec 2025 22:37:30 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': 'd6ae7e252128706cfc4c2bcb561929c1', '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 TTS 模型 eleven_ttv_v3 在当前版本中已不存在或名称已更改。

解决方案:

  1. 在软件主界面的 配音 下拉菜单中,将 ElevenLabs 的模型切换为其他可用的模型,例如 eleven_multilingual_v2eleven_turbo_v2
  2. 如果您必须使用特定模型,请访问 ElevenLabs 官方文档 查看当前支持的模型列表,然后在软件的 设置 -> 配音设置 -> ElevenLabs 区域,手动修改模型名称。

操作步骤:

  1. 点击菜单栏的 设置 -> 配音设置
  2. 在左侧列表中找到并点击 ElevenLabs
  3. 在右侧的 模型 输入框中,将 eleven_ttv_v3 替换为官方支持的有效模型ID(例如 eleven_multilingual_v2)。
  4. 点击 保存,然后重新尝试配音。

如果问题依旧,请检查您的 ElevenLabs API Key 是否有效且有足够的额度。

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

Trending Questions