fixie-ai/ultravox-v0_7-glm-4_6

Model

Model Card for Ultravox

38

14 commits

3 linked in READMEs

updated Dec 8, 2025

See the code

README

Model Card for Ultravox

Ultravox is a multimodal Speech LLM built around a pretrained LLM (GLM 4.6 in this case) and a speech encoder (whisper-large-v3-turbo) backbone.

See https://ultravox.ai for the GitHub repo and more information.

Model Details

Model Description

Ultravox is a multimodal model that can consume both speech and text as input (e.g., a text system prompt and voice user message). The input to the model is given as a text prompt with a special <|audio|> pseudo-token, and the model processor will replace this magic token with embeddings derived from the input audio. Using the merged embeddings as input, the model will then generate output text as usual.

In the v0.7 series, the Ultravox model is trained on GLM 4.6, taking the lead on audio reasoning tasks over closed source models like gpt4o-audio, while retaining advantages in speech understanding from previous versions.

  • Developed by: Ultravox.ai
  • License: MIT

Model Sources

Usage

Coming soon.

Training Details

The model uses a pre-trained LLM (GLM, Llama, Gemma, Qwen, etc) backbone as well as the encoder part of whisper-large-v3-turbo.

The multi-modal adapter is trained, the Whisper encoder is fine-tuned, and the LLM is kept frozen.

We use a knowledge-distillation loss where Ultravox is trying to match the logits of the text-based LLM backbone.

Training Data

The training dataset is a mix of ASR datasets, extended with continuations generated by Llama 3.1 8B, speech translation datasets, and noise datasets.

Training Procedure

Supervised speech instruction finetuning via knowledge-distillation. For more info, see training code in Ultravox repo.

Training Hyperparameters

  • Training regime: BF16 mixed precision training
  • Hardware used: 8x B200 GPUs

Evaluation

Evaluations are conducted big bench audio (audio reasoning measured in accuracy), VoiceBench (overall score averaged across multiple evaluations), as well as on covost2 (speech translation measured in BLEU), and LibriSpeech (speech recognition measured in WER).

Audio Reasoning & General Understanding

v0_7-glm-4_6 w/ reasoningv0_7-glm-4_6 w/o reasoningv0_6-llama-3_3-70bv0_6-gemma-3-27bv0_6-qwen-3-32bgpt4o-audio
big bench audio97.0091.8085.4883.8484.2282.80
voicebench overall90.7587.0581.8186.75

Speech Translation & Recognition

v0_7-glm-4_6v0_6-llama-3_3-70bv0_6-gemma-3-27bv0_6-qwen-3-32b
covost2 en_ar22.8918.9222.6816.91
covost2 en_ca41.4838.7339.6733.63
covost2 en_de35.4433.6934.7631.09
covost2 es_en42.8841.3941.1141.20
covost2 ru_en50.3043.7349.2947.08
covost2 zh_en23.8517.8120.8822.24
librispeech2.282.552.732.88

Note that custom system prompts are used with v0_7-glm-4_6 on VoiceBench and BigBenchAudio:

  • BigBenchAudio in non-reasoning mode:
    You are a helpful assistant. Answer the question at the end of your response.
    
  • VoiceBench in both reasoning and non-reasoning modes:
    You are a helpful assistant. When answering questions: For multiple choice questions (A/B/C/D options): End your response with "The answer is [X]" where X is the letter (A, B, C, or D)
    
audio-text-to-text
custom_code
feature-extraction
safetensors
transformers
ultravox

Contributors

zqhuang

9 commits

fixie-ai/ultravox-v0_7-glm-4_6

Model

Model Card for Ultravox

38

14 commits

3 linked in READMEs

updated Dec 8, 2025

See the code

README

Model Card for Ultravox

Ultravox is a multimodal Speech LLM built around a pretrained LLM (GLM 4.6 in this case) and a speech encoder (whisper-large-v3-turbo) backbone.

See https://ultravox.ai for the GitHub repo and more information.

Model Details

Model Description

Ultravox is a multimodal model that can consume both speech and text as input (e.g., a text system prompt and voice user message). The input to the model is given as a text prompt with a special <|audio|> pseudo-token, and the model processor will replace this magic token with embeddings derived from the input audio. Using the merged embeddings as input, the model will then generate output text as usual.

In the v0.7 series, the Ultravox model is trained on GLM 4.6, taking the lead on audio reasoning tasks over closed source models like gpt4o-audio, while retaining advantages in speech understanding from previous versions.

  • Developed by: Ultravox.ai
  • License: MIT

Model Sources

Usage

Coming soon.

Training Details

The model uses a pre-trained LLM (GLM, Llama, Gemma, Qwen, etc) backbone as well as the encoder part of whisper-large-v3-turbo.

The multi-modal adapter is trained, the Whisper encoder is fine-tuned, and the LLM is kept frozen.

We use a knowledge-distillation loss where Ultravox is trying to match the logits of the text-based LLM backbone.

Training Data

The training dataset is a mix of ASR datasets, extended with continuations generated by Llama 3.1 8B, speech translation datasets, and noise datasets.

Training Procedure

Supervised speech instruction finetuning via knowledge-distillation. For more info, see training code in Ultravox repo.

Training Hyperparameters

  • Training regime: BF16 mixed precision training
  • Hardware used: 8x B200 GPUs

Evaluation

Evaluations are conducted big bench audio (audio reasoning measured in accuracy), VoiceBench (overall score averaged across multiple evaluations), as well as on covost2 (speech translation measured in BLEU), and LibriSpeech (speech recognition measured in WER).

Audio Reasoning & General Understanding

v0_7-glm-4_6 w/ reasoningv0_7-glm-4_6 w/o reasoningv0_6-llama-3_3-70bv0_6-gemma-3-27bv0_6-qwen-3-32bgpt4o-audio
big bench audio97.0091.8085.4883.8484.2282.80
voicebench overall90.7587.0581.8186.75

Speech Translation & Recognition

v0_7-glm-4_6v0_6-llama-3_3-70bv0_6-gemma-3-27bv0_6-qwen-3-32b
covost2 en_ar22.8918.9222.6816.91
covost2 en_ca41.4838.7339.6733.63
covost2 en_de35.4433.6934.7631.09
covost2 es_en42.8841.3941.1141.20
covost2 ru_en50.3043.7349.2947.08
covost2 zh_en23.8517.8120.8822.24
librispeech2.282.552.732.88

Note that custom system prompts are used with v0_7-glm-4_6 on VoiceBench and BigBenchAudio:

  • BigBenchAudio in non-reasoning mode:
    You are a helpful assistant. Answer the question at the end of your response.
    
  • VoiceBench in both reasoning and non-reasoning modes:
    You are a helpful assistant. When answering questions: For multiple choice questions (A/B/C/D options): End your response with "The answer is [X]" where X is the letter (A, B, C, or D)
    
audio-text-to-text
custom_code
feature-extraction
safetensors
transformers
ultravox

Contributors

zqhuang

9 commits