#4484 TaskCfgVTT(is_cuda=True, uuid='59909e932c', cache_folder='C:/pyvideo/tmp/12536/59909e932c', target_dir='X:/BaiduNetdiskD

2408:8207* Posted at: 17 hours ago 👁28

语音识别阶段出错 [OpenAI语音识别API] No available channel for model gpt-4o-transcribe under group openai_codex逆向 (distributor) (request id: 202605081545009822293618268d9d61mb9gzb0)
Traceback (most recent call last):
File "videotrans\task\job.py", line 105, in run
File "videotrans\task\trans_create.py", line 360, in recogn
File "videotrans\recognition\__init__.py", line 234, in run
File "videotrans\recognition\_base.py", line 143, in run
File "videotrans\recognition\_openairecognapi.py", line 37, in _exec
File "videotrans\recognition\_openairecognapi.py", line 91, in _thrid_api
File "openai\_utils\_utils.py", line 286, in wrapper
File "openai\resources\audio\transcriptions.py", line 483, in create
File "openai\_base_client.py", line 1297, in post
File "openai\_base_client.py", line 1070, in request
openai.InternalServerError: Error code: 503 - {'error': {'code': 'model_not_found', 'message': 'No available channel for model gpt-4o-transcribe under group openai_codex逆向 (distributor) (request id: 202605081545009822293618268d9d61mb9gzb0)', 'type': 'new_api_error'}}
TaskCfgVTT(is_cuda=True, uuid='59909e932c', cache_folder='C:/pyvideo/tmp/12536/59909e932c', target_dir='X:/BaiduNetdiskDownload/CGT- CRAFTING BELIVALCE FACE/CGT1_CABF_W08/_video_out/Lecture-08_B-mp4', source_language='英语', source_language_code='en', source_sub='X:/BaiduNetdiskDownload/CGT- CRAFTING BELIVALCE FACE/CGT1_CABF_W08/_video_out/Lecture-08_B-mp4/en.srt', source_wav='C:/pyvideo/tmp/12536/59909e932c/en.wav', source_wav_output='X:/BaiduNetdiskDownload/CGT- CRAFTING BELIVALCE FACE/CGT1_CABF_W08/_video_out/Lecture-08_B-mp4/en.m4a', target_language='简体中文', target_language_code='zh-cn', target_sub='X:/BaiduNetdiskDownload/CGT- CRAFTING BELIVALCE FACE/CGT1_CABF_W08/_video_out/Lecture-08_B-mp4/zh-cn.srt', target_wav='C:/pyvideo/tmp/12536/59909e932c/target.wav', target_wav_output='X:/BaiduNetdiskDownload/CGT- CRAFTING BELIVALCE FACE/CGT1_CABF_W08/_video_out/Lecture-08_B-mp4/zh-cn.m4a', name='X:/BaiduNetdiskDownload/CGT- CRAFTING BELIVALCE FACE/CGT1_CABF_W08/Lecture-08_B.mp4', noextname='Lecture-08_B', basename='Lecture-08_B.mp4', ext='mp4', dirname='X:/BaiduNetdiskDownload/CGT- CRAFTING BELIVALCE FACE/CGT1_CABF_W08', shound_del_name=None, translate_type=3, tts_type=0, volume='+0%', pitch='+0Hz', voice_rate='+0%', voice_role='Yunyang(Male/CN)', voice_autorate=True, video_autorate=True, remove_silent_mid=False, align_sub_audio=True, detect_language='en', recogn_type=5, model_name='large-v3', shibie_audio=None, remove_noise=False, enable_diariz=False, nums_diariz=0, rephrase=1, fix_punc=False, subtitle_language=None, app_mode='biaozhun', subtitles='', targetdir_mp4='X:/BaiduNetdiskDownload/CGT- CRAFTING BELIVALCE FACE/CGT1_CABF_W08/_video_out/Lecture-08_B-mp4/Lecture-08_B.mp4', novoice_mp4='C:/pyvideo/tmp/12536/59909e932c/novoice.mp4', is_separate=False, instrument=None, vocal=None, back_audio='', clear_cache=False, background_music=None, subtitle_type=4, only_out_mp4=False, recogn2pass=True, output_srt=2, copysrt_rawvideo=False)


=
system:Windows-10-10.0.19045-SP0
version:v3.98
frozen:True
language:zh
root_dir:C:/pyvideo

1 Replies

这是由于你的 OpenAI API 地址指向了一个第三方反向代理服务(如 openai_codex),该代理不支持 gpt-4o-transcribe 模型,导致返回 503 model_not_found

  1. 在软件菜单中选择 菜单 → 翻译设置 → OpenAI,检查 API URL 是否为官方地址 https://api.openai.com/v1。如果非官方,请改为官方地址。
  2. 若你确实需要使用第三方代理,请确认该代理支持 gpt-4o-transcribe 模型,或者将模型名称改为 whisper-1(官方语音识别模型)。
  3. 如需继续使用当前代理,联系代理服务商确认可用模型列表。
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