#2251 elevenlabs.core.api_error.ApiError: headers: {'date': 'Wed, 24 Dec 2025 03:50:30 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:50: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': 'fde1ce077522ba24994d9149131595ba', '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 在当前版本的 ElevenLabs API 中不存在或已更名。请按以下步骤解决:

  1. 检查并更新模型列表

    • 在 pyVideoTrans 主界面,点击 配音 下拉菜单。
    • 选择 Elevenlabs.io
    • 点击右侧的 刷新 按钮。软件会自动从 ElevenLabs 服务器获取最新的可用模型列表。
  2. 重新选择模型

    • 刷新后,在 角色 下拉列表中重新选择一个有效的模型(例如 eleven_multilingual_v2eleven_turbo_v2 等)。
  3. 验证 API Key

    • 确保在 设置 -> 配音设置 -> Elevenlabs.io 中填写的 API Key 是有效的,并且有足够的额度。

如果刷新后列表为空或问题依旧,可能是网络问题或 ElevenLabs 服务暂时异常,请稍后再试或更换其他配音渠道(如 Edge-TTS)。

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