#3000 elevenlabs.core.api_error.ApiError: headers: {'date': 'Sat, 31 Jan 2026 00:52:29 GMT', 'server': 'uvicorn', 'content-len

45.125* Posted at: 17 days ago 👁41

A model with model ID eleven_ttv_v3 does not exist ...:
Traceback (most recent call last):
File "videotrans\util\ListenVoice.py", line 17, in run
File "videotrans\tts\__init__.py", line 349, in run
File "videotrans\tts\_base.py", line 176, in run
File "tenacity\__init__.py", line 480, in call
File "videotrans\tts\_elevenlabs.py", line 72, 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': 'Sat, 31 Jan 2026 00:52:29 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=1800;', 'x-trace-id': 'e8b294f76f762bc4dbbeaf13238fdfc5', 'x-region': 'asia-southeast1', 'via': '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.96
frozen:True
language:zh
root_dir:D:/pyVideoTrans/V3.96

1 Replies

这是由于 ElevenLabs TTS 配音渠道中指定的模型 ID eleven_ttv_v3 不存在或已过时导致的。

解决方案:

  1. 在 pyVideoTrans 主界面,点击菜单栏的“配音设置”。
  2. 在配音渠道列表中,选择“ElevenLabs TTS”。
  3. 在“模型”输入框中,将 eleven_ttv_v3 修改为 ElevenLabs 官方当前支持的模型 ID,例如 eleven_multilingual_v2eleven_turbo_v2
  4. 保存设置并重试。

请注意: ElevenLabs 的模型列表可能会更新,请确保你使用的 API Key 有权限访问所选的模型,并参考 ElevenLabs 官方文档获取最新的可用模型 ID。

请查阅相关文档:

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.

Related resource