---
title: "Fetch available voices for each model"
method: GET
path: "/voices"
tags: ["Voices"]
---

# Fetch available voices for each model

`GET /voices`

Fetch available voices for each model

## Response `200`

Success

- ListVoicesResponse — Response containing a list of models and their available voices.
  - `data` ModelVoices[], required
    - `model` string, required — Model name.
    - `voices` object[], required — List of available voices for the model.
      - `id` string, required
      - `name` string, required — Voice name to be used for audio inference.

---

[API](https://skmtc.net/together/apis/together-apis.md) · [All operations](https://skmtc.net/together/apis/together-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/together/together-apis/revisions/f26a23fab8e0/schema)
