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

# Podcast Speakers

> Available AI speakers for Podcast Generation. Use the speaker name (lowercase) in the `speakers` array of your podcast request.

Pass one or more speaker names in the `speakers` array when calling `POST /v1/audio/podcastgen`. Names are **case-insensitive** and should be passed in lowercase.

```json theme={null}
{
  "speakers": ["olivia", "ethan"],
  "prompt": "A friendly discussion about AI voice technology"
}
```

## Available Speakers

<CardGroup cols={4}>
  <Card title="Olivia" img="https://dlaudio.fineshare.net/web/finevoice/images/olivia.webp">
    Female · Bright · Higher pitch
  </Card>

  <Card title="Ethan" img="https://dlaudio.fineshare.net/web/finevoice/images/ethan.webp">
    Male · Upbeat · Middle pitch
  </Card>

  <Card title="Harrison" img="https://dlaudio.fineshare.net/web/finevoice/images/harrison.webp">
    Male · Informative · Lower pitch
  </Card>

  <Card title="Emma" img="https://dlaudio.fineshare.net/web/finevoice/images/emma.webp">
    Female · Firm · Middle pitch
  </Card>

  <Card title="Mason" img="https://dlaudio.fineshare.net/web/finevoice/images/mason.webp">
    Male · Excitable · Lower middle pitch
  </Card>

  <Card title="Ava" img="https://dlaudio.fineshare.net/web/finevoice/images/ava.webp">
    Female · Youthful · Higher pitch
  </Card>

  <Card title="Lucas" img="https://dlaudio.fineshare.net/web/finevoice/images/lucas.webp">
    Male · Firm · Lower middle pitch
  </Card>

  <Card title="Sophia" img="https://dlaudio.fineshare.net/web/finevoice/images/sophia.webp">
    Female · Breezy · Middle pitch
  </Card>

  <Card title="Charlotte" img="https://dlaudio.fineshare.net/web/finevoice/images/charlotte.webp">
    Female · Easy-going · Middle pitch
  </Card>

  <Card title="Abigail" img="https://dlaudio.fineshare.net/web/finevoice/images/abigail.webp">
    Female · Bright · Middle pitch
  </Card>

  <Card title="Gabriel" img="https://dlaudio.fineshare.net/web/finevoice/images/gabriel.webp">
    Male · Breathy · Lower pitch
  </Card>

  <Card title="Jonathan" img="https://dlaudio.fineshare.net/web/finevoice/images/jonathan.webp">
    Male · Clear · Lower middle pitch
  </Card>

  <Card title="Coleman" img="https://dlaudio.fineshare.net/web/finevoice/images/coleman.webp">
    Male · Easy-going · Lower middle pitch
  </Card>

  <Card title="Scarlett" img="https://dlaudio.fineshare.net/web/finevoice/images/scarlett.webp">
    Female · Clear · Middle pitch
  </Card>

  <Card title="Alexander" img="https://dlaudio.fineshare.net/web/finevoice/images/alexander.webp">
    Male · Gravelly · Lower pitch
  </Card>

  <Card title="Porter" img="https://dlaudio.fineshare.net/web/finevoice/images/porter.webp">
    Male · Informative · Middle pitch
  </Card>

  <Card title="Aria" img="https://dlaudio.fineshare.net/web/finevoice/images/aria.webp">
    Female · Upbeat · Higher pitch
  </Card>

  <Card title="Grace" img="https://dlaudio.fineshare.net/web/finevoice/images/grace.webp">
    Female · Soft · Higher pitch
  </Card>

  <Card title="Nathaniel" img="https://dlaudio.fineshare.net/web/finevoice/images/nathaniel.webp">
    Male · Firm · Lower middle pitch
  </Card>

  <Card title="Wells" img="https://dlaudio.fineshare.net/web/finevoice/images/wells.webp">
    Male · Even · Lower middle pitch
  </Card>

  <Card title="Hannah" img="https://dlaudio.fineshare.net/web/finevoice/images/hannah.webp">
    Female · Mature · Middle pitch
  </Card>

  <Card title="Henry" img="https://dlaudio.fineshare.net/web/finevoice/images/henry.webp">
    Male · Forward · Middle pitch
  </Card>

  <Card title="Noah" img="https://dlaudio.fineshare.net/web/finevoice/images/noah.webp">
    Male · Friendly · Lower middle pitch
  </Card>

  <Card title="Magnus" img="https://dlaudio.fineshare.net/web/finevoice/images/magnus.webp">
    Male · Casual · Lower middle pitch
  </Card>

  <Card title="Bennett" img="https://dlaudio.fineshare.net/web/finevoice/images/bennett.webp">
    Female · Gentle · Middle pitch
  </Card>

  <Card title="Lucian" img="https://dlaudio.fineshare.net/web/finevoice/images/lucian.webp">
    Male · Lively · Lower pitch
  </Card>

  <Card title="Vance" img="https://dlaudio.fineshare.net/web/finevoice/images/vance.webp">
    Male · Knowledgeable · Middle pitch
  </Card>

  <Card title="Sullivan" img="https://dlaudio.fineshare.net/web/finevoice/images/sullivan.webp">
    Female · Warm · Middle pitch
  </Card>
</CardGroup>
