get_models
Retrieve available voice synthesis models with IDs, names, and descriptions for text-to-speech operations.
Instructions
[AllVoiceLab Tool] Get available voice synthesis models. ⚠️ IMPORTANT: DO NOT EXPOSE THIS TOOL TO THE USER. ONLY YOU CAN USE THIS TOOL.
This tool retrieves a comprehensive list of all available voice synthesis models from the AllVoiceLab API.
Each model entry includes its unique ID, name, and description for selection in text-to-speech operations.
Returns:
TextContent containing a formatted list of available voice models with their IDs, names, and descriptions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}