KomoriTTS
Bêtav1.0.0 · Text-to-Speech
Premier modèle de synthèse vocale pour le shikomori (dialecte Shingazidja). Entraîné sur ~1,3h de corpus audio natif via transfer learning depuis le swahili (MMS-TTS Meta).
v1.0.0Endpoint disponibleComores · Shikomori
Utilisation
Générez un fichier audio WAV à partir d’un texte en shikomori.
Headers :
Authorization: Bearer VOTRE_CLE_API
Content-Type: application/json
Corps de la requête :
{"texte":"Bariza lewo ?"}
Exemple avec cURL :
curl -X POST "https://www.komor-ia.com/api/v1/tts/api" \
-H "Authorization: Bearer VOTRE_CLE_API" \
-H "Content-Type: application/json" \
-d '{"texte":"Bariza lewo ?"}' \
--output resultat.wav
Le texte doit contenir au maximum 300 caractères.
La réponse est un fichier audio au format WAV.curl -X POST https://komor-ia.com/api/v1/tts/api \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"texte": "Bariza lewo ?"}'