{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/SyncVoiceLibraryDTO",
"title": "SyncVoiceLibraryDTO",
"type": "object",
"properties": {
"providers": {
"type": "array",
"description": "List of providers you want to sync.",
"enum": [
"vapi",
"11labs",
"azure",
"cartesia",
"custom-voice",
"deepgram",
"hume",
"lmnt",
"neuphonic",
"openai",
"playht",
"rime-ai",
"smallest-ai",
"tavus",
"sesame",
"inworld",
"minimax",
"wellsaid",
"orpheus"
],
"items": {
"type": "string",
"enum": [
"vapi",
"11labs",
"azure",
"cartesia",
"custom-voice",
"deepgram",
"hume",
"lmnt",
"neuphonic",
"openai",
"playht",
"rime-ai",
"smallest-ai",
"tavus",
"sesame",
"inworld",
"minimax",
"wellsaid",
"orpheus"
]
}
}
}
}