Audio-Text-to-Text
Transformers
Safetensors
English
ultravox
feature-extraction
audio
speech
speech-language-model
qwen
telephony
voice-agent
automatic-speech-recognition
custom_code
Instructions to use QuantumDesk-AI/ultravox-qwen3.6-27b-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use QuantumDesk-AI/ultravox-qwen3.6-27b-v2 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("QuantumDesk-AI/ultravox-qwen3.6-27b-v2", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "audio_context_size": 3000, | |
| "audio_padding": "longest", | |
| "audio_placeholder": "<|audio|>", | |
| "audio_processor": { | |
| "auto_map": { | |
| "AutoProcessor": "ultravox_processing.UltravoxProcessor" | |
| }, | |
| "chunk_length": 30, | |
| "dither": 0.0, | |
| "feature_extractor_type": "WhisperFeatureExtractor", | |
| "feature_size": 128, | |
| "hop_length": 160, | |
| "n_fft": 400, | |
| "n_samples": 480000, | |
| "nb_max_frames": 3000, | |
| "padding_side": "right", | |
| "padding_value": 0.0, | |
| "return_attention_mask": false, | |
| "sampling_rate": 16000 | |
| }, | |
| "auto_map": { | |
| "AutoProcessor": "ultravox_processing.UltravoxProcessor" | |
| }, | |
| "encoder_ds_factor": 2, | |
| "processor_class": "UltravoxProcessor", | |
| "stack_factor": 8 | |
| } | |