Generador de audio Notdaniel Voxtral Small 24b 2507
Este es unContent Creation, Multimodal AIflujo de automatización del dominio deautomatización que contiene 9 nodos.Utiliza principalmente nodos como If, Set, Code, Wait, HttpRequest. Usar Voxtral Small 24B 2507 para generar audio de alta calidad
- •Pueden requerirse credenciales de autenticación para la API de destino
Nodos utilizados (9)
Categoría
{
"id": "wRLKhqUiZr5LUfJr",
"meta": {
"instanceId": "6200c8a3bb4b33a470de8038f3ac6dde523cbcd4c78ce87d817a034e96ed5532"
},
"name": "Notdaniel Voxtral Small 24b 2507 Audio Generator",
"tags": [
{
"id": "JnEqJJmJ9wvCFwLu",
"name": "AI"
},
{
"id": "K4UWXFkxSidQvvkR",
"name": "Audio"
}
],
"nodes": [
{
"id": "93a834d4-283b-4591-863d-36d92f99248d",
"name": "Al hacer clic en 'ejecutar'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
720,
380
],
"parameters": {},
"typeVersion": 1
},
{
"id": "3f36e2fc-a51e-4727-a049-7c826f3e7e3b",
"name": "Establecer Clave API",
"type": "n8n-nodes-base.set",
"position": [
940,
380
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "64cd57c7-2224-48a6-88df-c37b310f8eb3",
"name": "replicate_api_key",
"type": "string",
"value": "YOUR_REPLICATE_API_KEY"
}
]
}
},
"typeVersion": 3.3
},
{
"id": "c5c1e12f-39d5-4b9b-88f0-2f60d732de81",
"name": "Crear Predicción",
"type": "n8n-nodes-base.httpRequest",
"position": [
1160,
380
],
"parameters": {
"url": "https://api.replicate.com/v1/predictions",
"method": "POST",
"options": {
"timeout": 60000
},
"jsonBody": "{\n \"version\": \"31b40d9229c3df8c13863fcdd8cc95e6c1c6eb2b6c653936934234eadcc23d41\",\n \"input\": {\n \"audio\": \"https://example.com/input.audio\",\n \"max_new_tokens\": 1024\n }\n}",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "={{ 'Bearer ' + $('Set API Key').item.json.replicate_api_key }}"
},
{
"name": "Content-Type",
"value": "application/json"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "d8a5e6e1-8e95-49f3-83d5-4729c8f3b91a",
"name": "Extraer ID de Predicción",
"type": "n8n-nodes-base.code",
"position": [
1380,
380
],
"parameters": {
"mode": "runOnceForEachItem",
"jsCode": "// Extract prediction ID and initial status\\nconst prediction = $input.item.json;\\nconst predictionId = prediction.id;\\nconst initialStatus = prediction.status;\\n\\n// Store the prediction ID for polling\\nreturn {\\n predictionId: predictionId,\\n status: initialStatus,\\n predictionUrl: `https://api.replicate.com/v1/predictions/${predictionId}`\\n};"
},
"typeVersion": 2
},
{
"id": "e5c7d8f2-1234-4567-890a-bcdef1234567",
"name": "Esperar",
"type": "n8n-nodes-base.wait",
"position": [
1600,
380
],
"parameters": {
"unit": "seconds",
"amount": 2
},
"typeVersion": 1
},
{
"id": "f6d8e9f3-2345-5678-901b-cdef23456789",
"name": "Verificar Estado de Predicción",
"type": "n8n-nodes-base.httpRequest",
"position": [
1820,
380
],
"parameters": {
"url": "={{ $json.predictionUrl }}",
"options": {},
"sendHeaders": true,
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "={{ 'Bearer ' + $('Set API Key').item.json.replicate_api_key }}"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "a7e9f0a4-3456-6789-012c-def345678901",
"name": "Verificar Si Está Completo",
"type": "n8n-nodes-base.if",
"position": [
2040,
380
],
"parameters": {
"conditions": {
"boolean": [
{
"value1": "={{ $json.status }}",
"value2": "succeeded",
"operation": "equal"
}
]
}
},
"typeVersion": 1
},
{
"id": "b8f0a1b5-4567-7890-123d-ef4567890123",
"name": "Procesar Resultado",
"type": "n8n-nodes-base.code",
"position": [
2260,
280
],
"parameters": {
"mode": "runOnceForEachItem",
"jsCode": "// Process the completed prediction\\nconst result = $input.item.json;\\n\\nreturn {\\n status: result.status,\\n output: result.output,\\n metrics: result.metrics,\\n created_at: result.created_at,\\n completed_at: result.completed_at,\\n model: 'notdaniel/voxtral-small-24b-2507',\\n audio_url: result.output\\n};"
},
"typeVersion": 2
},
{
"id": "71c5e20e-17f6-4cc5-ac38-6c12bb1e2154",
"name": "Nota Adhesiva",
"type": "n8n-nodes-base.stickyNote",
"position": [
660,
240
],
"parameters": {
"width": 437.91315553899017,
"height": 350.56206896551737,
"content": "## Notdaniel Voxtral Small 24b 2507 Audio Generator\\n\\nThis workflow uses the **notdaniel/voxtral-small-24b-2507** model from Replicate to generate audio content.\\n\\n### Setup\\n1. Add your Replicate API key\\n2. Configure the input parameters\\n3. Run the workflow\\n\\n### Model Details\\n- **Type**: Audio Generation\\n- **Provider**: notdaniel\\n- **Required Fields**: audio"
},
"typeVersion": 1
}
],
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "98234567-89ab-cdef-0123-456789abcdef",
"connections": {
"e5c7d8f2-1234-4567-890a-bcdef1234567": {
"main": [
[
{
"node": "f6d8e9f3-2345-5678-901b-cdef23456789",
"type": "main",
"index": 0
}
]
]
},
"3f36e2fc-a51e-4727-a049-7c826f3e7e3b": {
"main": [
[
{
"node": "c5c1e12f-39d5-4b9b-88f0-2f60d732de81",
"type": "main",
"index": 0
}
]
]
},
"a7e9f0a4-3456-6789-012c-def345678901": {
"main": [
[
{
"node": "b8f0a1b5-4567-7890-123d-ef4567890123",
"type": "main",
"index": 0
}
],
[
{
"node": "e5c7d8f2-1234-4567-890a-bcdef1234567",
"type": "main",
"index": 0
}
]
]
},
"c5c1e12f-39d5-4b9b-88f0-2f60d732de81": {
"main": [
[
{
"node": "d8a5e6e1-8e95-49f3-83d5-4729c8f3b91a",
"type": "main",
"index": 0
}
]
]
},
"d8a5e6e1-8e95-49f3-83d5-4729c8f3b91a": {
"main": [
[
{
"node": "e5c7d8f2-1234-4567-890a-bcdef1234567",
"type": "main",
"index": 0
}
]
]
},
"93a834d4-283b-4591-863d-36d92f99248d": {
"main": [
[
{
"node": "3f36e2fc-a51e-4727-a049-7c826f3e7e3b",
"type": "main",
"index": 0
}
]
]
},
"f6d8e9f3-2345-5678-901b-cdef23456789": {
"main": [
[
{
"node": "a7e9f0a4-3456-6789-012c-def345678901",
"type": "main",
"index": 0
}
]
]
}
}
}¿Cómo usar este flujo de trabajo?
Copie el código de configuración JSON de arriba, cree un nuevo flujo de trabajo en su instancia de n8n y seleccione "Importar desde JSON", pegue la configuración y luego modifique la configuración de credenciales según sea necesario.
¿En qué escenarios es adecuado este flujo de trabajo?
Intermedio - Creación de contenido, IA Multimodal
¿Es de pago?
Este flujo de trabajo es completamente gratuito, puede importarlo y usarlo directamente. Sin embargo, tenga en cuenta que los servicios de terceros utilizados en el flujo de trabajo (como la API de OpenAI) pueden requerir un pago por su cuenta.
Flujos de trabajo relacionados recomendados
Yaron Been
@yaron-nofluffBuilding AI Agents and Automations | Growth Marketer | Entrepreneur | Book Author & Podcast Host If you need any help with Automations, feel free to reach out via linkedin: https://www.linkedin.com/in/yaronbeen/ And check out my Youtube channel: https://www.youtube.com/@YaronBeen/videos
Compartir este flujo de trabajo