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

# Voices

Faseeh offers a variety of voices with different accents, including Emirati, Saudi, Qatari, Egyptian, and more.

### Example

```bash theme={null}
curl -X POST "https://api.faseeh.ai/api/v1/text-to-speech/faseeh-v1-preview" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "voice_id": "ar-najdi-male-2",
    "text": "مرحبا بك في فصيح كيف يمكنني مساعدتك اليوم",
    "stability": 0.5,
    "speed": 1.0,
    "streaming": true
  }' \
  --output audio.pcm
```

> **Note:** This example uses the `faseeh-v1-preview` model with `ar-najdi-male-2` voice ID.

### Voices List

Below are the Featured Faseeh Voices available in our text-to-speech API.

|   Name  |                                                                               Sample                                                                               |  Dialect |     Language     |
| :-----: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------: | :--------------: |
|  Fahad  |                               <audio controls src="https://pub-a2eeb500293c41df9e06b82b4178468a.r2.dev/samples/ar-fahad-male.wav" />                               |   Najdi  | Arabic - English |
|   Lama  |                               <audio controls src="https://pub-a2eeb500293c41df9e06b82b4178468a.r2.dev/samples/ar-lama-female.wav" />                              |  Hijazi  | Arabic - English |
|  James  |          <audio controls src="https://pub-416e4565a11a4a838ddb6bd06095ea75.r2.dev/voices/user_36IjgcsiPYmjwpTzdvy0Ew687Gi/xqSiYjA5a4Y1PoHRTW99v3FA.wav" />         | American | English - Arabic |
|   Jake  |          <audio controls src="https://pub-a2eeb500293c41df9e06b82b4178468a.r2.dev/voices/user_36IjgcsiPYmjwpTzdvy0Ew687Gi/qnwatnZiPm1XgtUpp1l0pjuQ.wav" />         | American | Arabic - English |
| Mansour |          <audio controls src="https://pub-a2eeb500293c41df9e06b82b4178468a.r2.dev/voices/user_36IjgcsiPYmjwpTzdvy0Ew687Gi/WpB2Nltu72GF4lcZl9yi62D4.wav" />         |  Emirati | Arabic - English |
|   Maha  |          <audio controls src="https://pub-a2eeb500293c41df9e06b82b4178468a.r2.dev/voices/user_36IjgcsiPYmjwpTzdvy0Ew687Gi/IPK8qQ3F5NMiQLWFz1a83TG3.wav" />         |   Najdi  | Arabic - English |
|  Faisal |          <audio controls src="https://pub-a2eeb500293c41df9e06b82b4178468a.r2.dev/voices/user_36IjgcsiPYmjwpTzdvy0Ew687Gi/8jo3glQpNtAdvRHIyNN8now2.wav" />         |   Najdi  | English - Arabic |
|  Turki  |          <audio controls src="https://pub-a2eeb500293c41df9e06b82b4178468a.r2.dev/voices/user_36IjgcsiPYmjwpTzdvy0Ew687Gi/jEF6Tjsxg3rJhJijqItKNNey.wav" />         |   Najdi  | Arabic - English |
|   Reem  |          <audio controls src="https://pub-a2eeb500293c41df9e06b82b4178468a.r2.dev/voices/user_36IjgcsiPYmjwpTzdvy0Ew687Gi/ybQaNl0nzt9TjN3Oh1zzyNgp.wav" />         |   Najdi  | Arabic - English |
| Mishari |          <audio controls src="https://pub-a2eeb500293c41df9e06b82b4178468a.r2.dev/voices/user_36IjgcsiPYmjwpTzdvy0Ew687Gi/MvC2GIG9tT9xvPcCWjILXqkM.wav" />         |   Najdi  | Arabic - English |
|   Hala  |          <audio controls src="https://pub-a2eeb500293c41df9e06b82b4178468a.r2.dev/voices/user_36IjgcsiPYmjwpTzdvy0Ew687Gi/08XOzRjaaumxbHhcGOrWkJ7z.wav" />         |   Najdi  | Arabic - English |
|   May   | <audio controls src="https://pub-a2eeb500293c41df9e06b82b4178468a.r2.dev/generations/user_36IjgcsiPYmjwpTzdvy0Ew687Gi/e824f251-d000-451c-94c5-91c42af35650.wav" /> |  British | English - Arabic |
|  Latifa | <audio controls src="https://pub-a2eeb500293c41df9e06b82b4178468a.r2.dev/generations/user_36IjgcsiPYmjwpTzdvy0Ew687Gi/440c7554-d1b5-4273-b83b-1c4c696eca61.wav" /> |  Emirati | Arabic - English |
|  Mishal |          <audio controls src="https://pub-a2eeb500293c41df9e06b82b4178468a.r2.dev/voices/user_36IjgcsiPYmjwpTzdvy0Ew687Gi/DsNnaed3aGVyZZ8iFgXDK0gS.wav" />         |   Najdi  | Arabic - English |
|   Maya  |                               <audio controls src="https://pub-a2eeb500293c41df9e06b82b4178468a.r2.dev/samples/en-Maya_woman.wav" />                               | American | English - Arabic |

> **Explore all voices:** [View Complete Voice Library](https://app.faseeh.ai/en/voices)
