Model reference · open weights

qwen3-tts-f16

Available as managed deployment Audio OpenVoiceOS Text→speech 1 variants 4k dl/mo

qwen3-tts-f16 is an open-weight audio or speech model from OpenVoiceOS. 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 byOpenVoiceOS
TypeAudio & music
TaskText→speech
Released2026-03-21
Popularity4k downloads / month
LicenceOpen weights

About

What qwen3-tts-f16 is

This model is an quantized gguf-format export of Qwen/Qwen3-TTS-12Hz-0.6B-Base for ease of use in edge devices and CPU-based inference environments. The original model is transformed into gguf with F16 tensors by the script convert_hf_to_gguf.py and then further quantized, if needed, using the tool quantize from the same repo.

Read the full model card

Requirements

The requirements can be installed as

$ pip install git+https://github.com/femelo/py-qwen3-tts-cpp

Usage

from py_qwen3_tts_cpp.model import Qwen3TTSModel

# Initialize the model (it handles downloading from this repo)
model = Qwen3TTSModel(
    tts_model="qwen3-tts-0.6b-f16",
    n_threads=4
)

# Synthesize from text
result = model.synthesize("Hello, world!", language="en")
model.save_audio(result, "output.wav")

Refer to https://github.com/femelo/py-qwen3-tts-cpp for more details.

Licensing

The license is derived from the original model: Apache 2.0. For more details, please refer to Qwen/Qwen3-TTS-12Hz-0.6B-Base.

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 qwen3-tts-f16 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (qwen3-tts-f16 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="qwen3-tts-f16" -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