| { |
| "title": "AI Voice Cloner", |
| "description": "Clone any voice sample in under 10 minutes", |
| "inputs": [ |
| { |
| "name": "language", |
| "type": "text", |
| "description": "Language of the voice you want to clone", |
| "title": "Language", |
| "options": { |
| "min": 1, |
| "max": 1, |
| "items": [ |
| { |
| "title": "English", |
| "value": "en", |
| "description": "English" |
| }, |
| { |
| "title": "Spanish", |
| "value": "es", |
| "description": "Spanish" |
| }, |
| { |
| "title": "French", |
| "value": "fr", |
| "description": "French" |
| }, |
| { |
| "title": "German", |
| "value": "de", |
| "description": "German" |
| }, |
| { |
| "title": "Italian", |
| "value": "it", |
| "description": "Italian" |
| }, |
| { |
| "title": "Portuguese", |
| "value": "pt", |
| "description": "Portuguese" |
| }, |
| { |
| "title": "Polish", |
| "value": "pl", |
| "description": "Polish" |
| }, |
| { |
| "title": "Turkish", |
| "value": "tr", |
| "description": "Turkish" |
| }, |
| { |
| "title": "Russian", |
| "value": "ru", |
| "description": "Russian" |
| }, |
| { |
| "title": "Dutch", |
| "value": "nl", |
| "description": "Dutch" |
| }, |
| { |
| "title": "Czech", |
| "value": "cs", |
| "description": "Czech" |
| }, |
| { |
| "title": "Arabic", |
| "value": "ar", |
| "description": "Arabic" |
| }, |
| { |
| "title": "Japanese", |
| "value": "ja", |
| "description": "Japanese" |
| }, |
| { |
| "title": "Hindi", |
| "value": "hi", |
| "description": "Hindi" |
| }, |
| { |
| "title": "Chinese", |
| "value": "zh-cn", |
| "description": "Chinese" |
| }, |
| { |
| "title": "Korean", |
| "value": "ko", |
| "description": "Korean" |
| } |
| ] |
| } |
| }, |
| { |
| "name": "audio_urls", |
| "type": "file", |
| "description": "Upload audio samples of the voice you want to clone. Supports .wav and .mp3 files.", |
| "title": "Audio Samples", |
| "mimeTypes": [ |
| "audio/wav", |
| "audio/mp3" |
| ], |
| "options": { |
| "min": 1, |
| "max": 5 |
| } |
| }, |
| { |
| "name": "text", |
| "type": "text", |
| "description": "Text to be narrated", |
| "area": true, |
| "options": { |
| "min": 100, |
| "max": 50000 |
| }, |
| "title": "Content" |
| }, |
| { |
| "name": "gpt_cond_len", |
| "type": "constant", |
| "value": 30 |
| }, |
| { |
| "name": "gpt_cond_chunk_len", |
| "type": "constant", |
| "value": 25 |
| }, |
| { |
| "name": "max_ref_length", |
| "type": "constant", |
| "value": 30 |
| }, |
| { |
| "name": "temperature", |
| "type": "constant", |
| "value": 0.6 |
| }, |
| { |
| "name": "repetition_penalty", |
| "type": "constant", |
| "value": 5.0 |
| } |
| ] |
| } |