Model reference · open weights

SenseVoiceSmall-audiocpp

Available as managed deployment Audio FunAudioLLM Speech→text 1 variants 17k dl/mo

SenseVoiceSmall-audiocpp is an open-weight audio or speech model from FunAudioLLM. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.

Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.

What it is

Released byFunAudioLLM
TypeAudio & music
TaskSpeech→text
Runs withgguf
Released2026-08-12
Popularity17k downloads / month
LicenceOpen weights

About

What SenseVoiceSmall-audiocpp is

This repository contains a self-contained Q8_0 export of SenseVoiceSmall for the audio.cpp spec-backed runtime. The GGUF embeds the sense_asr schema-v1 model specification, SenseVoice metadata, SentencePiece vocabulary, CMVN tensors, and 919 model tensors. It loads directly without --model-spec-override.

Read the full model card

File

FileSizeSHA256
sensevoice-small-q8-audiocpp-v1.gguf254,211,200 bytes4dedf169f625437fb336f2959674f399819729a765e184128c0e25a6e16ff0ec

Usage

audiocpp_cli --task asr --family sense_asr \
  --model sensevoice-small-q8-audiocpp-v1.gguf \
  --backend cpu --audio zh.wav \
  --request-option audio_chunk_mode=none

The integration is tracked in audio.cpp pull request #218.

Reproducibility

The model was exported from FunAudioLLM/SenseVoiceSmall revision 3847d57b6bdf2dd8875cb1508d2af43d80a16bf7 with the official runtime/llama.cpp/export_sensevoice_gguf.py exporter using --wtype q8_0 and --model-spec.

On the official 5.616-second Mandarin sample, direct CPU inference produced:

开饭时间早上9点至下午5点。

The text exactly matched the original Q8 model loaded with an external model specification.

Links

From the published model card. Full card on the HuggingFace links in the sidebar.

How it works

How audio & music work

Audio or textinputAudio modelrecognise / synthesiseText or audiooutputSpeech-to-text turns audio into text; text-to-speech and music models turn text into audio.

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys sensevoicesmall-audiocpp for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (sensevoicesmall-audiocpp below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/audio/transcriptions \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -F model="sensevoicesmall-audiocpp" -F file=@audio.mp3

Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms