cartesia / azzurra-voice

huggingface.co
Total runs: 7.3K
24-hour runs: -155
7-day runs: -250
30-day runs: -36.8K
Model's Last Updated: February 13 2026
text-to-speech

Introduction of azzurra-voice

Model Details of azzurra-voice

azzurra-voice 🇮🇹

azzurra-voice is a state-of-the-art, highly expressive text-to-speech (TTS) model for the Italian language, developed by Cartesia .

This model is the first release from the Azzurra Project , our initiative to build private, personal, and empathetic AI that feels Italian not just in language, but in culture, warmth, and presence. azzurra-voice was trained on tens of thousands of hours of high-quality, diverse Italian speech, capturing a wide range of accents, prosodies, and conversational styles from across Italy.

This model is open-sourced to empower researchers, developers, and makers to build more inclusive, local, and human-centered AI applications.

Features
  • Highly Expressive and Natural : Generates speech with natural intonation and emotion, avoiding a robotic tone.
  • Diverse Italian Dataset : Trained on a comprehensive dataset that includes various regional accents and conversational patterns, making the output feel authentic and familiar.
  • Efficient and High-Quality : Optimized to run efficiently while delivering top-tier, 24,000 Hz speech quality.
  • Open and Accessible : Free, open-source, and easy to integrate using the transformers library.
Usage

Generating speech is straightforward using the Hugging Face transformers library.

import torch
from transformers import CsmForConditionalGeneration, AutoProcessor
import soundfile as sf

device = "cuda" if torch.cuda.is_available() else "cpu"

processor = AutoProcessor.from_pretrained("cartesia/azzurra-voice")
model = CsmForConditionalGeneration.from_pretrained("cartesia/azzurra-voice").to(device)

text = "La sintesi vocale è un processo complesso"
conversation = [
    {"role": "user", "content": [{"type": "text", "text": text}]},
]
inputs = processor.apply_chat_template(
    conversation,
    tokenize=True,
    return_dict=True,
).to(device)

audio_output = model.generate(**inputs, output_audio=True)
waveform = audio_output[0].cpu().numpy()

sf.write("output.wav", waveform, 24_000)
Model Details
  • Model Architecture : azzurra-voice is a sesame/csm-1b
  • Language : Italian
  • Sample Rate : 24,000 Hz
  • Training Data : The model was trained on a proprietary dataset composed of tens of thousands of hours of high-quality Italian speech. The dataset covers a wide demographic and geographic range within Italy.
License

This model is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0) .

This means:

  • You are free to:
    • Share — copy and redistribute the material in any medium or format.
    • Adapt — remix, transform, and build upon the material.
  • Under the following terms:
    • Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made.
    • NonCommercial — You may not use the material for commercial purposes.
    • ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.

For the full license text, please visit: https://creativecommons.org/licenses/by-nc-sa/4.0/

Citation

If you use azzurra-voice in your research, please cite it as follows:

@software{Cartesia_Azzurra_Voice_2025,
  author = {Cartesia},
  title = {{azzurra-voice: A State-of-the-Art Open Italian Text-to-Speech Model}},
  month = {8},
  year = {2025},
  publisher = {Cartesia},
  url = {https://huggingface.co/cartesia/azzurra-voice}
}

Runs of cartesia azzurra-voice on huggingface.co

7.3K
Total runs
-155
24-hour runs
-79
3-day runs
-250
7-day runs
-36.8K
30-day runs

More Information About azzurra-voice huggingface.co Model

More azzurra-voice license Visit here:

https://choosealicense.com/licenses/cc

azzurra-voice huggingface.co

azzurra-voice huggingface.co is an AI model on huggingface.co that provides azzurra-voice's model effect (), which can be used instantly with this cartesia azzurra-voice model. huggingface.co supports a free trial of the azzurra-voice model, and also provides paid use of the azzurra-voice. Support call azzurra-voice model through api, including Node.js, Python, http.

azzurra-voice huggingface.co Url

https://huggingface.co/cartesia/azzurra-voice

cartesia azzurra-voice online free

azzurra-voice huggingface.co is an online trial and call api platform, which integrates azzurra-voice's modeling effects, including api services, and provides a free online trial of azzurra-voice, you can try azzurra-voice online for free by clicking the link below.

cartesia azzurra-voice online free url in huggingface.co:

https://huggingface.co/cartesia/azzurra-voice

azzurra-voice install

azzurra-voice is an open source model from GitHub that offers a free installation service, and any user can find azzurra-voice on GitHub to install. At the same time, huggingface.co provides the effect of azzurra-voice install, users can directly use azzurra-voice installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

azzurra-voice install url in huggingface.co:

https://huggingface.co/cartesia/azzurra-voice

Url of azzurra-voice

azzurra-voice huggingface.co Url

Provider of azzurra-voice huggingface.co

cartesia
ORGANIZATIONS

Other API from cartesia