models
List 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"]
get/api/models/xinference/tts-models
Query parameters
base_urlstring required
Xinference server base URL
Xinference server base URL
api_keystring nullable
Optional API key
Optional API key
Response
Successful Response
object required
Changes
Changed in 1 of the 4 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○