---
title: "List Xinference Tts Models"
method: GET
path: "/api/models/xinference/tts-models"
tags: ["models"]
---

# List Xinference Tts Models

`GET /api/models/xinference/tts-models`

Get available TTS models from Xinference server.

Returns a list of TTS/audio models running on the Xinference server,
along with their model abilities that can be used for the 'abilities' field
when registering a model.

For TTS models, use abilities: ["tts"]
For ASR models, use abilities: ["asr"]
For models with both capabilities, use: ["tts", "asr"]

## Query parameters

- `base_url` string, required — Xinference server base URL
- `api_key` string, nullable — Optional API key

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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