Model reference · open weights

higgs-audio-tokenizer

higgs-audio-tokenizer is an open-weight embedding model from bosonai, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.

Licence fee required Embeddings bosonai 1 variants 140k downloads/mo
Request a licence + hosting quote All served models Not on the shared API today — deployed on request.

About

What higgs-audio-tokenizer is

Higgs Audio Tokenizer Check our open-source repository https://github.com/boson-ai/higgs-audio for more details! We introduce a new discretized audio tokenizer that runs at just 25 frames per second while keeping—or even improving—audio quality compared to tokenizers with twice the bitrate. Our model is the first to train on 24 kHz data covering speech, music, and sound events in one unified system. It also uses a simple non-diffusion encoder/decoder for fast, batch inference. Usage Transformers 🤗 Higgs Audio V2 Tokenizer is supported natively in transformers: see the doc. Basics of Audio Quantization An audio signal sampled at \\(fs\\) Hz is first split into frames by an encoder with hop size \\(M\\), giving a frame rate \\(fr = \frac{fs}{M}\quad\text{(frames/s)}.\\) Two common quantizers are: - Residual Vector Quantization (RVQ): \\(Nq\\) cascaded vector‑quantizer layers, each with codebook size \\(N{cb}\\). When \\(N{q}=1\\), it degenerates to ordinary vector quantization. - Finite Scalar Quantization (FSQ): A single-layer scalar quantizer in which every scalar coefficient is independently mapped to one of \\(N{cb}\\) discrete levels. If every combination of codewords is a token, the vocabulary size is \\(N{cb}^{Nq}\\), and each token needs \\(Nq\log2 N{cb}\\) bits. The overall bitrate (bits/s, BPS) is simply \\(fr \times Nq \log2 N{cb}\\). We aim to push this bitrate as low as possible without hurting audio fidelity. What Makes Ours Better - Low Frame Rate: Runs at just 25 fps, halving the frame rate of many baselines while preserving high audio quality. - Unified 24 kHz Training: A single model jointly trained on speech, music, and sound‑event data, capturing both semantic and acoustic nuances and greatly simplifying downstream audio‑language‑model training. - Fast Inference: A non‑diffusion encoder/decoder that processes batches quickly, making it practical for real-time or large-scale tasks. Evaluation Data and Metrics We test on four subsets: - Speech, Music and Sound Event: Include 1,000 clips per category, with each clip lasting 10 seconds. Clips are randomly sampled from DAPS (Speech), MUSDB (Music), and AudioSet (Sound Event). - Audiophile: Contains

Summarised from the published model card. Read the full card on the HuggingFace links below.

Specifications

What it is

Makerbosonai
TypeEmbedding models
Parameters (lead)201M
Variants1
Runs withtransformers
Released2025-06-23
Popularity140k downloads / month
Likes61
LicenceCommercial licence needed

How it works

How embedding models work

Your textsentence / documentEncodermaps meaningVectorlist of numbersAn embedding model turns text into a vector, so similar meanings sit close together — the basis of search and RAG.

Variants

Sizes & precisions

Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.

VariantParamsPrecisionVRAMFits 16 GBWeights
higgs-audio-v2-tokenizer201MBF16~0.5 GBWeights ↗

Using it via the API

Call it like any OpenAI endpoint

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

$ curl -sS https://api.axforge.ai/v1/embeddings \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"higgs-audio-tokenizer","input":"text to embed"}'

Details

Languages, data & research

Tags

transformers safetensors higgs_audio_v2_tokenizer feature-extraction endpoints_compatible

Papers

Licence

Commercial licence needed

The weights are open but its licence needs a commercial agreement for business use. AxForge can arrange that licence and host the model for you — you pay AxForge, we settle with the model’s maker. Ask us for a quote. Read the licence ↗

Sources

Weights & code

Want higgs-audio-tokenizer on EU-owned hardware?

Request a licence + hosting quote See what’s served now

Explore

More embedding models

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