> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gradium.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Flagship Voices

> Our top curated voices across multiple languages

export const VoiceTable = ({voices = []}) => {
  const [copied, setCopied] = React.useState(null);
  const fallbackCopy = id => {
    const ta = document.createElement('textarea');
    ta.value = id;
    ta.style.position = 'fixed';
    ta.style.opacity = '0';
    document.body.appendChild(ta);
    ta.select();
    try {
      document.execCommand('copy');
    } catch (e) {
      return;
    } finally {
      document.body.removeChild(ta);
    }
  };
  const copy = id => {
    if (navigator.clipboard && navigator.clipboard.writeText) {
      navigator.clipboard.writeText(id).then(null, () => fallbackCopy(id));
    } else {
      fallbackCopy(id);
    }
    setCopied(id);
    setTimeout(() => setCopied(c => c === id ? null : c), 1200);
  };
  const CopyIcon = () => <svg className="voice-id-icon" width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
      <rect x="9" y="9" width="13" height="13" rx="2" ry="2" />
      <path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1" />
    </svg>;
  const CheckIcon = () => <svg className="voice-id-icon" width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.5" strokeLinecap="round" strokeLinejoin="round">
      <polyline points="20 6 9 17 4 12" />
    </svg>;
  return <div className="voice-table-wrapper">
      <table className="voice-table">
        <thead>
          <tr>
            <th>Voice</th>
            <th style={{
    textAlign: 'center'
  }}>Country</th>
            <th style={{
    textAlign: 'center'
  }}>Gender</th>
            <th>Description</th>
          </tr>
        </thead>
        <tbody>
          {voices.map((v, i) => <tr key={i}>
              <td>
                <div className="voice-name">{v.name}</div>
                <button type="button" className={"voice-id-copy" + (copied === v.id ? " is-copied" : "")} onClick={() => copy(v.id)} title="Copy voice ID" aria-label={"Copy voice ID " + v.id}>
                  <code>{v.id}</code>
                  {copied === v.id ? <CheckIcon /> : <CopyIcon />}
                </button>
              </td>
              <td style={{
    textAlign: 'center'
  }}>{v.country}</td>
              <td style={{
    textAlign: 'center'
  }}>{v.gender}</td>
              <td className="voice-desc">{v.desc}</td>
            </tr>)}
        </tbody>
      </table>
    </div>;
};

Meet our flagship voices: the highest quality, most versatile picks in the Gradium library. Each is tuned for natural speech across any use case, spanning multiple languages with local region and accent coverage.

<Tabs>
  <Tab title="English (18)">
    <VoiceTable
      voices={[
  {
    "name": "Zoey",
    "id": "NbpkqMVS3CJeq2j8",
    "country": "United States (US)",
    "gender": "Feminine",
    "desc": "Playful, upbeat and Gen Z energy voice with a standard American accent. Perfect for engaging conversations!"
  },
  {
    "name": "Skyler",
    "id": "cLONiZ4hQ8VpQ4Sz",
    "country": "United States (US)",
    "gender": "Feminine",
    "desc": "Breezy, fun and youthful voice with a standard American accent."
  },
  {
    "name": "Riley",
    "id": "7aEKz4P1ogZ0UsRP",
    "country": "United States (US)",
    "gender": "Feminine",
    "desc": "Sporty, bright and approachable voice with standard American accent. Let's go!"
  },
  {
    "name": "Quinn",
    "id": "vtG8ddh4IN32Otad",
    "country": "United States (US)",
    "gender": "Feminine",
    "desc": "Snappy, cool and contemporary voice with standard American accent. Great for conversational use cases."
  },
  {
    "name": "Harper",
    "id": "4SZHfMpw-p46Ywgs",
    "country": "United States (US)",
    "gender": "Feminine",
    "desc": "Modern, confident and friendly voice with a standard American accent."
  },
  {
    "name": "Sterling",
    "id": "6MFfc37kq0sBjBjy",
    "country": "United States (US)",
    "gender": "Masculine",
    "desc": "A warm energetic American adult voice with theatrical flair that makes every sentence feel like the start of something big."
  },
  {
    "name": "Russell",
    "id": "_6Aslh2DxfmnRLmP",
    "country": "United States (US)",
    "gender": "Masculine",
    "desc": "A high-energy American adult voice that pushes and encourages with the intensity of someone who genuinely believes in you."
  },
  {
    "name": "Marcus",
    "id": "r2sIQdqqoqgRJuXw",
    "country": "United States (US)",
    "gender": "Masculine",
    "desc": "A high-energy resonant American adult voice that speaks with the unshakeable conviction of someone who's already sold you."
  },
  {
    "name": "Garrett",
    "id": "POBHtemksfWQbng0",
    "country": "United States (US)",
    "gender": "Masculine",
    "desc": "A smooth low-pitched American adult voice with the easy confidence and quiet magnetism of someone who never has to raise his voice."
  },
  {
    "name": "Damon",
    "id": "KUpE0JVhjiIzp1Fk",
    "country": "United States (US)",
    "gender": "Masculine",
    "desc": "A bright American adult voice that lights up with the unfiltered excitement of someone explaining their favorite obsession."
  },
  {
    "name": "Tilly",
    "id": "4rdlkbxRv4m3UQTW",
    "country": "United Kingdom (GB)",
    "gender": "Feminine",
    "desc": "A bright, welcoming British English adult voice with the warmth of a great receptionist. Perfect for greeting customers and friendly front-line support."
  },
  {
    "name": "Pippa",
    "id": "uem82D50GRv2Dwma",
    "country": "United Kingdom (GB)",
    "gender": "Feminine",
    "desc": "A confident, upbeat British English adult voice with infectious energy. Perfect for proactive assistants and motivating customer success calls."
  },
  {
    "name": "Maeve",
    "id": "6PWnV0Nq4wu7RVBT",
    "country": "United Kingdom (GB)",
    "gender": "Feminine",
    "desc": "A sparky, attentive British English adult voice that gets to the point with a smile. Ideal for fast, efficient customer support and helpful voice assistants."
  },
  {
    "name": "Imogen",
    "id": "gDT1nz7Ie36ZhL-C",
    "country": "United Kingdom (GB)",
    "gender": "Feminine",
    "desc": "A bubbly, friendly British English adult voice that puts callers instantly at ease. Great for onboarding assistants and warm concierge interactions."
  },
  {
    "name": "Toby",
    "id": "dME3IWyZBvmh1n1q",
    "country": "United Kingdom (GB)",
    "gender": "Masculine",
    "desc": "A sparky, attentive British English adult voice that gets to the point with a smile. Ideal for fast, efficient customer support and helpful voice assistants."
  },
  {
    "name": "Reuben",
    "id": "CF0NgaMwHMMrHZn0",
    "country": "United Kingdom (GB)",
    "gender": "Masculine",
    "desc": "A confident, upbeat British English adult voice with infectious energy. Perfect for proactive assistants and motivating customer success calls."
  },
  {
    "name": "Freddie",
    "id": "s_k3kLBbgeK9-xUg",
    "country": "United Kingdom (GB)",
    "gender": "Masculine",
    "desc": "An easy-going, friendly British English adult voice that puts callers instantly at ease. Great for onboarding assistants and warm concierge interactions."
  },
  {
    "name": "Archie",
    "id": "kfzLbcdE_yXgLeUI",
    "country": "United Kingdom (GB)",
    "gender": "Masculine",
    "desc": "A bright, welcoming British English adult voice with the warmth of a great receptionist. Perfect for greeting customers and friendly front-line support."
  }
]}
    />
  </Tab>

  <Tab title="French (13)">
    <VoiceTable
      voices={[
  {
    "name": "Romane",
    "id": "jBULVCDhf05tOJN5",
    "country": "France (FR)",
    "gender": "Feminine",
    "desc": "A confident, upbeat French adult voice with infectious energy. Perfect for proactive assistants and motivating customer success calls."
  },
  {
    "name": "Margaux",
    "id": "J8c9KBRYAGGYwjns",
    "country": "France (FR)",
    "gender": "Feminine",
    "desc": "A bright, welcoming French adult voice with the warmth of a great receptionist. Perfect for greeting customers and friendly front-line support."
  },
  {
    "name": "Garance",
    "id": "3hQIj8JOo7bU31Jw",
    "country": "France (FR)",
    "gender": "Feminine",
    "desc": "A vibrant, engaging French adult voice that makes every explanation feel personal. Built for product guides and walk-through assistants."
  },
  {
    "name": "Capucine",
    "id": "P4GqVY98hjQSvkiu",
    "country": "France (FR)",
    "gender": "Feminine",
    "desc": "A bubbly, friendly French adult voice that puts callers instantly at ease. Great for onboarding assistants and warm concierge interactions."
  },
  {
    "name": "Apolline",
    "id": "6oIkS98REoVZ1dEw",
    "country": "France (FR)",
    "gender": "Feminine",
    "desc": "A sparky, attentive French adult voice that gets to the point with a smile. Ideal for fast, efficient customer support and helpful voice assistants."
  },
  {
    "name": "Marius",
    "id": "biuhvu17TxVKOcyy",
    "country": "France (FR)",
    "gender": "Masculine",
    "desc": "An energetic, well-poised French adult voice with the confident assurance of a natural closer. Ideal for sales pitches and high-conviction content."
  },
  {
    "name": "Jules",
    "id": "YKeBw3OV1RgpdhLh",
    "country": "France (FR)",
    "gender": "Masculine",
    "desc": "A lively, expressive French adult voice that lights up around topics it loves. Great for animated recommendations and high-energy dialogue."
  },
  {
    "name": "Gaspard",
    "id": "iEu63s1rhn_kegTr",
    "country": "France (FR)",
    "gender": "Masculine",
    "desc": "A warm, grounded French adult voice with the easy confidence of a trusted friend. Ideal for friendly assistants and peer-to-peer dialogue."
  },
  {
    "name": "Damien",
    "id": "25AzBFyp6svYnJsj",
    "country": "France (FR)",
    "gender": "Masculine",
    "desc": "An intense, engaging French adult voice that pushes with real conviction. Built for coaching and motivational content."
  },
  {
    "name": "Augustin",
    "id": "Tek4tJXiX6_yvXq7",
    "country": "France (FR)",
    "gender": "Masculine",
    "desc": "A curious, animated French adult voice that lights up when sharing an unexpected fact. Perfect for geeky explainers and trivia-driven dialogue."
  },
  {
    "name": "Roxane",
    "id": "mmLFHtCjt_6jw0vT",
    "country": "Canada (CA)",
    "gender": "Feminine",
    "desc": "A calm, attentive Québécois French adult voice that gets to the point with a smile. Ideal for efficient customer support and helpful voice assistants."
  },
  {
    "name": "Frédérique",
    "id": "sX0PcxM_Ie2ctBGH",
    "country": "Canada (CA)",
    "gender": "Feminine",
    "desc": "A confident, upbeat Québécois French adult voice with infectious energy. Perfect for proactive assistants and motivating customer success calls."
  },
  {
    "name": "Maude",
    "id": "sBLwTd5womVX8JOw",
    "country": "Canada (CA)",
    "gender": "Feminine",
    "desc": "A bubbly, reassuring Québécois French (FR-CA) adult voice that puts callers instantly at ease. Great for onboarding assistants and step-by-step guidance."
  }
]}
    />
  </Tab>

  <Tab title="German (13)">
    <VoiceTable
      voices={[
  {
    "name": "Svenja",
    "id": "SqFfhmAgR2XdN83R",
    "country": "Germany (DE)",
    "gender": "Feminine",
    "desc": "A confident, upbeat German adult voice with infectious energy. Perfect for proactive assistants and motivating customer success calls."
  },
  {
    "name": "Ronja",
    "id": "6XwZeudK_gn719g5",
    "country": "Germany (DE)",
    "gender": "Feminine",
    "desc": "A vibrant, engaging German adult voice that makes every explanation feel personal. Built for product guides and walk-through assistants."
  },
  {
    "name": "Mila",
    "id": "nMNZ0sOWZVbKyjaI",
    "country": "Germany (DE)",
    "gender": "Feminine",
    "desc": "A bright, welcoming German adult voice with the warmth of a great receptionist. Perfect for greeting customers and friendly front-line support."
  },
  {
    "name": "Marlene",
    "id": "yHyu3PRfSmmiL2a4",
    "country": "Germany (DE)",
    "gender": "Feminine",
    "desc": "A bubbly, friendly German adult voice that puts callers instantly at ease. Great for onboarding assistants and warm concierge interactions."
  },
  {
    "name": "Annika",
    "id": "p6Uutkyi3j2iNAUu",
    "country": "Germany (DE)",
    "gender": "Feminine",
    "desc": "A sparky, attentive German adult voice that gets to the point with a smile. Ideal for fast, efficient customer support and helpful voice assistants."
  },
  {
    "name": "Mats",
    "id": "Kf5m22mROozoMWj3",
    "country": "Germany (DE)",
    "gender": "Masculine",
    "desc": "A sparky, attentive German adult voice that gets to the point with a smile. Ideal for fast, efficient customer support and helpful voice assistants."
  },
  {
    "name": "Leon",
    "id": "20zdyYrQPzKlCwkk",
    "country": "Germany (DE)",
    "gender": "Masculine",
    "desc": "A bright, welcoming German adult voice with the warmth of a great receptionist. Perfect for greeting customers and friendly front-line support."
  },
  {
    "name": "Henrik",
    "id": "yyS1KYWs6mXoEw7D",
    "country": "Germany (DE)",
    "gender": "Masculine",
    "desc": "An easy-going, friendly German adult voice that puts callers instantly at ease. Great for onboarding assistants and warm concierge interactions."
  },
  {
    "name": "Erik",
    "id": "lbpBQTVCOcOHJ5zS",
    "country": "Germany (DE)",
    "gender": "Masculine",
    "desc": "A confident, upbeat German adult voice with infectious energy. Perfect for proactive assistants and motivating customer success calls."
  },
  {
    "name": "Anton",
    "id": "3ZKKapPOvuWFcw9f",
    "country": "Germany (DE)",
    "gender": "Masculine",
    "desc": "A vibrant, engaging German adult voice that makes every explanation feel personal. Built for product guides and walk-through assistants."
  },
  {
    "name": "Sophie",
    "id": "TXbEUrHXNFlYBBKb",
    "country": "Austria (AT)",
    "gender": "Feminine",
    "desc": "A warm, easy-going Austrian German adult voice with effortless local charm. Perfect for friendly assistants and welcoming customer support."
  },
  {
    "name": "Stefan",
    "id": "Xtp0vUDvtAfi1xkH",
    "country": "Austria (AT)",
    "gender": "Masculine",
    "desc": "A composed, welcoming Austrian German adult voice with the calm reliability of a trusted advisor. Ideal for professional support and onboarding interactions."
  },
  {
    "name": "Maxi",
    "id": "BPHlOW9jPs79KtW4",
    "country": "Austria (AT)",
    "gender": "Masculine",
    "desc": "A playful, expressive Austrian German adult voice that brings warmth and humor to every interaction. Great for engaging assistants and conversational AI."
  }
]}
    />
  </Tab>

  <Tab title="Spanish (14)">
    <VoiceTable
      voices={[
  {
    "name": "Vega",
    "id": "m3lIeODdTQ3bOh4z",
    "country": "Spain (ES)",
    "gender": "Feminine",
    "desc": "A sparky, attentive Peninsular Spanish adult voice that gets to the point with a smile. Ideal for fast, efficient customer support and helpful voice assistants."
  },
  {
    "name": "Paula",
    "id": "hP6WA-7ybEGApJ68",
    "country": "Spain (ES)",
    "gender": "Feminine",
    "desc": "A bubbly, friendly Peninsular Spanish adult voice that puts callers instantly at ease. Great for onboarding assistants and warm concierge interactions."
  },
  {
    "name": "Lucia",
    "id": "A3UKMLXQUzknYpQa",
    "country": "Spain (ES)",
    "gender": "Feminine",
    "desc": "A bright, welcoming Peninsular Spanish adult voice with the warmth of a great receptionist. Perfect for greeting customers and friendly front-line support."
  },
  {
    "name": "Aitana",
    "id": "9UogMEa01dHR9Xbc",
    "country": "Spain (ES)",
    "gender": "Feminine",
    "desc": "A confident, upbeat Peninsular Spanish adult voice with infectious energy. Perfect for proactive assistants and motivating customer success calls."
  },
  {
    "name": "Mateo",
    "id": "sVLgzKMqaptUdaY8",
    "country": "Spain (ES)",
    "gender": "Masculine",
    "desc": "A sparky, attentive Peninsular Spanish adult voice that gets to the point with a smile. Ideal for fast, efficient customer support and helpful voice assistants."
  },
  {
    "name": "Marcos",
    "id": "jvPx8j8zLGQ3utZz",
    "country": "Spain (ES)",
    "gender": "Masculine",
    "desc": "A confident, upbeat Peninsular Spanish adult voice with infectious energy. Perfect for proactive assistants and motivating customer success calls."
  },
  {
    "name": "Iker",
    "id": "t-_TS1e-0GzDAX02",
    "country": "Spain (ES)",
    "gender": "Masculine",
    "desc": "An easy-going, friendly Peninsular Spanish adult voice that puts callers instantly at ease. Great for onboarding assistants and warm concierge interactions."
  },
  {
    "name": "Alvaro",
    "id": "ZeL1KGaZ4BZ2w0Np",
    "country": "Spain (ES)",
    "gender": "Masculine",
    "desc": "A bright, welcoming Peninsular Spanish adult voice with the warmth of a great receptionist. Perfect for greeting customers and friendly front-line support."
  },
  {
    "name": "Camila",
    "id": "4NLtOv1m0azv9rGL",
    "country": "Mexico (MX)",
    "gender": "Feminine",
    "desc": "A warm, welcoming Mexican Spanish adult voice with the easy hospitality of a great host. Perfect for greeting customers and friendly front-line support."
  },
  {
    "name": "Ximena",
    "id": "VDwnGxAo68C8U8vC",
    "country": "Mexico (MX)",
    "gender": "Feminine",
    "desc": "A playful, expressive Mexican Spanish adult voice that turns everyday moments into stories. Great for engaging assistants and personable conversational AI."
  },
  {
    "name": "Regina",
    "id": "s58clrg2fe0MO7Y-",
    "country": "Mexico (MX)",
    "gender": "Feminine",
    "desc": "A confident, upbeat Mexican Spanish adult voice with the natural assurance of a closer. Ideal for proactive assistants and sales-led customer interactions."
  },
  {
    "name": "Santiago",
    "id": "yHToO6ssaQHz5kIP",
    "country": "Mexico (MX)",
    "gender": "Masculine",
    "desc": "A warm, welcoming Mexican Spanish adult voice with calm professional reassurance. Perfect for greeting customers and friendly front-line support."
  },
  {
    "name": "Diego",
    "id": "n7vovxcDTVG4gClo",
    "country": "Mexico (MX)",
    "gender": "Masculine",
    "desc": "A lively, expressive Mexican Spanish adult voice with natural storytelling flair. Great for animated assistants and engaging conversational AI."
  },
  {
    "name": "Emiliano",
    "id": "tWll9uiMafMXfOGw",
    "country": "Mexico (MX)",
    "gender": "Masculine",
    "desc": "An assured, upbeat Mexican Spanish adult voice with a touch of humor. Built for confident product guides and proactive customer success."
  }
]}
    />
  </Tab>

  <Tab title="Portuguese (8)">
    <VoiceTable
      voices={[
  {
    "name": "Yara",
    "id": "YnWEONxJy7ptGhfb",
    "country": "Brazil (BR)",
    "gender": "Feminine",
    "desc": "A vibrant, engaging Brazilian Portuguese adult voice that makes every explanation feel personal. Built for product guides and walk-through assistants."
  },
  {
    "name": "Manuela",
    "id": "fd7e1fLVAAJzzs8P",
    "country": "Brazil (BR)",
    "gender": "Feminine",
    "desc": "A confident, upbeat Brazilian Portuguese adult voice with infectious energy. Perfect for proactive assistants and motivating customer success calls."
  },
  {
    "name": "Larissa",
    "id": "DUFZMTh4n-53Ly9O",
    "country": "Brazil (BR)",
    "gender": "Feminine",
    "desc": "A bubbly, friendly Brazilian Portuguese adult voice that puts callers instantly at ease. Great for onboarding assistants and warm concierge interactions."
  },
  {
    "name": "Helena",
    "id": "ycGyxoEy9wLaX11R",
    "country": "Brazil (BR)",
    "gender": "Feminine",
    "desc": "A sparky, attentive Brazilian Portuguese adult voice that gets to the point with a smile. Ideal for fast, efficient customer support and helpful voice assistants."
  },
  {
    "name": "Bianca",
    "id": "uCqxlQCKi8sPHwG2",
    "country": "Brazil (BR)",
    "gender": "Feminine",
    "desc": "A bright, welcoming Brazilian Portuguese adult voice with the warmth of a great receptionist. Perfect for greeting customers and friendly front-line support."
  },
  {
    "name": "Mateus",
    "id": "AByHrwi1S-yLzW-s",
    "country": "Brazil (BR)",
    "gender": "Masculine",
    "desc": "A bright, welcoming Brazilian Portuguese adult voice with the warmth of a great receptionist. Perfect for greeting customers and friendly front-line support."
  },
  {
    "name": "Davi",
    "id": "NuUr_x5V90hSHzCJ",
    "country": "Brazil (BR)",
    "gender": "Masculine",
    "desc": "A confident, upbeat Brazilian Portuguese adult voice with infectious energy. Perfect for proactive assistants and motivating customer success calls."
  },
  {
    "name": "Caio",
    "id": "Qit9Oc9fEO9yXsVw",
    "country": "Brazil (BR)",
    "gender": "Masculine",
    "desc": "A sparky, attentive Brazilian Portuguese adult voice that gets to the point with a smile. Ideal for fast, efficient customer support and helpful voice assistants."
  }
]}
    />
  </Tab>
</Tabs>
