#5044 videotrans.configure.excepts.StopTask: Error code: 404 - {'error': {'message':

2409:8a5c* Posted at: 1 hour ago

Error code: 404 - {'error': {'message': "model 'qwen3.5' not found", 'type': 'not_found_error', 'param': None, 'code': None}}:Traceback (most recent call last):
File "videotrans\translator\_openaicompat.py", line 73, in _item_task
File "openai\_utils\_utils.py", line 298, in wrapper
File "openai\resources\chat\completions\completions.py", line 1215, in create
File "openai\_base_client.py", line 1332, in post
File "openai\_base_client.py", line 1105, in request
openai.NotFoundError: Error code: 404 - {'error': {'message': "model 'qwen3.5' not found", 'type': 'not_found_error', 'param': None, 'code': None}}

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "videotrans\util\TestSrtTrans.py", line 19, in run
File "videotrans\translator\__init__.py", line 858, in run
File "videotrans\translator\_base.py", line 72, in run
File "videotrans\translator\_base.py", line 142, in _run_srt
File "tenacity\__init__.py", line 338, in wrapped_f
File "tenacity\__init__.py", line 477, in call
File "tenacity\__init__.py", line 378, in iter
File "tenacity\__init__.py", line 400, in
File "concurrent\futures\_base.py", line 451, in result
File "concurrent\futures\_base.py", line 403, in __get_result
File "tenacity\__init__.py", line 480, in call
File "videotrans\translator\_openaicompat.py", line 75, in _item_task
videotrans.configure.excepts.StopTask: Error code: 404 - {'error': {'message': "model 'qwen3.5' not found", 'type': 'not_found_error', 'param': None, 'code': None}}


=
system:Windows-10-10.0.19045-SP0
version:v4.00
frozen:True
language:zh
root_dir:E:/voice/win-pyvideotrans-v4.00-528

1 Replies

这个错误是因为你在“兼容AI/本地模型”翻译渠道中填写的模型名称 qwen3.5 不存在于你配置的API服务中。

解决方法

  1. 打开菜单栏 翻译设置兼容AI/本地模型
  2. 在模型名称输入框中,改为该API平台实际支持的模型名(例如 qwen-plusqwen-turbodeepseek-chatgpt-4o 等,具体请查询你的API文档)。
  3. 保存后重试。

注意:模型名称必须与API服务端完全一致,包括大小写和连字符。

请查阅相关文档:

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