[azure_openai] missing gpt-4o-transcribe-diarize audio model #940

Open
opened 2026-02-16 10:21:04 -05:00 by yindo · 1 comment
Owner

Originally created by @maruTA-bis5 on GitHub (Jan 19, 2026).

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues Dify issues & Dify Official Plugins, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.11.4

Plugin version

0.0.36

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

  1. Install azure_openai plugin
  2. Try to add gpt-4o-transcribe-diarize audio (stt) model
    • gpt-4o-transcribe-diarize is not included in the options for BaseModel.
      Image
    • If you select gpt-4o-transcribe, you can use gpt-4o-transcribe-diarize model forcibly, but the following error occurs when the audio exceeds 30 seconds.
      [models] Bad Request Error, Error code: 400 - {'error': {'message': 'chunking_strategy is required for diarization models', 'type': 'invalid_request_error', 'param': 'chunking_strategy', 'code': 'invalid_value'}}
      

✔️ Error log

No response

Originally created by @maruTA-bis5 on GitHub (Jan 19, 2026). ### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing issues [Dify issues](https://github.com/langgenius/dify/issues) & [Dify Official Plugins](https://github.com/langgenius/dify-official-plugins/issues), including closed ones. - [x] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 1.11.4 ### Plugin version 0.0.36 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce 1. Install azure_openai plugin 2. Try to add gpt-4o-transcribe-diarize audio (stt) model - `gpt-4o-transcribe-diarize` is not included in the options for BaseModel. <img width="629" height="184" alt="Image" src="https://github.com/user-attachments/assets/fe52a1c4-31d0-450d-af53-65554cdcce90" /> - If you select `gpt-4o-transcribe`, you can use `gpt-4o-transcribe-diarize` model forcibly, but the following error occurs when the audio exceeds 30 seconds. ``` [models] Bad Request Error, Error code: 400 - {'error': {'message': 'chunking_strategy is required for diarization models', 'type': 'invalid_request_error', 'param': 'chunking_strategy', 'code': 'invalid_value'}} ``` ### ✔️ Error log _No response_
yindo added the bug label 2026-02-16 10:21:04 -05:00
Author
Owner

@crazywoola commented on GitHub (Feb 3, 2026):

Hi @maruTA-bis5, thanks for opening this issue.

Why this is being closed

Dify issue tracking requires English-only issue title and description for consistent collaboration.

Next steps

Please open a new issue in English and include clear details so maintainers can help efficiently.

Thanks for understanding and for your support.

@crazywoola commented on GitHub (Feb 3, 2026): Hi @maruTA-bis5, thanks for opening this issue. ### Why this is being closed Dify issue tracking requires English-only issue title and description for consistent collaboration. ### Next steps Please open a new issue in English and include clear details so maintainers can help efficiently. Thanks for understanding and for your support.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#940