Where did the original "Speech To Text" plugin go? #733

Closed
opened 2026-02-16 10:20:20 -05:00 by yindo · 1 comment
Owner

Originally created by @fsea on GitHub (Oct 19, 2025).

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.9.1

Plugin version

0

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

It's also not available in the app market.

✔️ Error log

Can be downloaded

Originally created by @fsea on GitHub (Oct 19, 2025). ### 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.9.1 ### Plugin version 0 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce It's also not available in the app market. ### ✔️ Error log Can be downloaded
yindo added the bug label 2026-02-16 10:20:20 -05:00
yindo closed this issue 2026-02-16 10:20:20 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Oct 19, 2025):

The original "Speech To Text" functionality is not a standalone plugin in the app market—instead, it's implemented as a built-in feature within the Dify core codebase. You can find its implementation in the core API, and it's managed through system provider settings rather than as a separate plugin installable from the app market. If you're looking for plugin-based speech-to-text, recent updates have integrated this capability into plugins like "fishaudio" and "volcengine," which now provide speech-to-text support as part of their offerings. For configuration, make sure your provider and plugin are set up to expose speech-to-text models in the system settings, as described in the plugin configuration and core API implementation.

To reply, just mention @dosu.


How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other  Join Discord Share on X

@dosubot[bot] commented on GitHub (Oct 19, 2025): <!-- Answer --> The original "Speech To Text" functionality is not a standalone plugin in the app market—instead, it's implemented as a built-in feature within the Dify core codebase. You can find its implementation in the core API, and it's managed through system provider settings rather than as a separate plugin installable from the app market. If you're looking for plugin-based speech-to-text, recent updates have integrated this capability into plugins like "fishaudio" and "volcengine," which now provide speech-to-text support as part of their offerings. For configuration, make sure your provider and plugin are set up to expose speech-to-text models in the system settings, as described in the [plugin configuration](https://github.com/langgenius/dify-official-plugins/pull/1151) and [core API implementation](https://github.com/langgenius/dify/blob/dc1a38088850821ba4d063410d3caca5fd00ceb0/api/core/app/app_config/features/speech_to_text/__init__.py). <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/b58e6d47-3ef2-4186-8c93-189db10e043c?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/b58e6d47-3ef2-4186-8c93-189db10e043c?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/b58e6d47-3ef2-4186-8c93-189db10e043c?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/b58e6d47-3ef2-4186-8c93-189db10e043c?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/b58e6d47-3ef2-4186-8c93-189db10e043c?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/b58e6d47-3ef2-4186-8c93-189db10e043c?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/b58e6d47-3ef2-4186-8c93-189db10e043c?feedback_type=other)</sup>&nbsp;&nbsp;[![Join Discord](https://img.shields.io/badge/join-5865F2?logo=discord&logoColor=white&label=)](https://go.dosu.dev/discord-bot)&nbsp;[![Share on X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/langgenius/dify-official-plugins/issues/1893)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#733