Skip to content
This repository was archived by the owner on Aug 13, 2026. It is now read-only.
This repository was archived by the owner on Aug 13, 2026. It is now read-only.

Feature Request: Add FunASR Speech-to-Text node #6454

Description

@LauraGPT

Note

License and capability clarification (2026-07-14): FunASR is a toolkit, not a single checkpoint. The FunASR and SenseVoice repository source code is MIT; model weights follow each model card. SenseVoiceSmall supports Chinese, Cantonese, English, Japanese, and Korean, and its weights use the linked FunASR Model Open Source License Agreement. Fun-ASR-Nano-2512 is Apache-2.0. Language coverage, punctuation, and performance depend on the selected model and runtime configuration.

Feature Request

Flowise is a great low-code AI builder. A Speech-to-Text node powered by FunASR would enable voice/audio processing workflows.

Use cases:

  • Voice input → STT → chatflow processing
  • Audio file transcription in document processing chains
  • Meeting recordings → transcription → Q&A

Why FunASR?

  • OpenAI-compatible API: /v1/audio/transcriptions endpoint — easy integration
  • SenseVoice: Ultra-fast ASR (234M params), 50+ languages, self-hosted
  • Built-in VAD + punctuation + speaker diarization
  • No API key needed: Fully local deployment

Server:

funasr-server --device cuda
# OpenAI-compatible /v1/audio/transcriptions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions