{
  "name": "Generate high-quality audio with Voxtral Small 24B 2507",
  "nodes": [
    {
      "id": "2a642053-9e2a-4470-802c-e0e659161b5b",
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        176,
        -640
      ]
    },
    {
      "id": "165e01ed-cb50-4bbd-b23b-9b2e748540f6",
      "name": "Set API Key",
      "type": "n8n-nodes-base.set",
      "position": [
        400,
        -640
      ]
    },
    {
      "id": "ba28ca28-3400-40aa-a45f-307dcb1e290f",
      "name": "Create Prediction",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        672,
        -640
      ]
    },
    {
      "id": "6608458d-91a3-49f8-81d9-f35469106db1",
      "name": "Extract Prediction ID",
      "type": "n8n-nodes-base.code",
      "position": [
        928,
        -640
      ]
    },
    {
      "id": "e2177196-1246-4051-9e61-783e21bc6197",
      "name": "Wait",
      "type": "n8n-nodes-base.wait",
      "position": [
        1152,
        -640
      ]
    },
    {
      "id": "4adcc795-860d-4fd4-ab09-b57966ae765f",
      "name": "Check Prediction Status",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1376,
        -640
      ]
    },
    {
      "id": "1721a07e-3db6-44c3-b5ae-acdd781d5367",
      "name": "Check If Complete",
      "type": "n8n-nodes-base.if",
      "position": [
        1600,
        -640
      ]
    },
    {
      "id": "3de7fe83-762e-4d28-8e92-aee96e19d0f2",
      "name": "Process Result",
      "type": "n8n-nodes-base.code",
      "position": [
        1872,
        -752
      ]
    },
    {
      "id": "cde9ca87-7473-4c18-96db-fb907b6b9213",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        128,
        -1008
      ],
      "parameters": {
        "width": 406,
        "height": 543,
        "content": "## ⚡ Section 1: Trigger & Authentication\n\n* **🔘 On clicking 'execute'** → Manually starts the workflow.\n* **🔑 Set API Key** → Stores your Replicate API key to authenticate requests.\n\n**Benefit:** Secu"
      }
    },
    {
      "id": "89b11241-3f2d-4458-8562-ea5bde49d8ac",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        560,
        -1104
      ],
      "parameters": {
        "width": 326,
        "height": 639,
        "content": "## 🎛️ Section 2: Create Prediction\n\n* **🌐 Create Prediction** → Sends a request to Replicate’s API with parameters like:\n\n  * **audio**: Input audio file (e.g., a reference sample).\n  * **max\\_new\\_to"
      }
    },
    {
      "id": "b953d5d4-99b1-42d7-98ea-b71ca330510c",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        912,
        -1056
      ],
      "parameters": {
        "width": 822,
        "height": 591,
        "content": "## ⏳ Section 3: Polling & Status Tracking\n\n* **🆔 Extract Prediction ID** → Captures the unique prediction ID and endpoint for polling.\n* **⏱️ Wait** → Pauses for 2 seconds before re-checking.\n* **📡 Ch"
      }
    },
    {
      "id": "334b4b5c-eb1e-4685-8a0d-e907442cc11d",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1760,
        -1184
      ],
      "parameters": {
        "width": 326,
        "height": 719,
        "content": "## 🎧 Section 4: Process Result\n\n* **📝 Process Result** → Extracts and structures final output data:\n\n  * **status** (success or failure)\n  * **output** (raw response)\n  * **metrics** (generation stati"
      }
    },
    {
      "id": "0a692527-c66c-4cb3-8a5c-97b589cc536b",
      "name": "Sticky Note9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1712,
        -1120
      ],
      "parameters": {
        "width": 1300,
        "height": 320,
        "content": "=======================================\n            WORKFLOW ASSISTANCE\n=======================================\nFor any questions or support, please contact:\n    Yaron@nofluff.online\n\nExplore more tip"
      }
    },
    {
      "id": "578ed070-c0ee-4df5-a4e9-124f7609d7c1",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1712,
        -784
      ],
      "parameters": {
        "width": 1289,
        "height": 1758,
        "content": "# Generate High-Quality Audio with Voxtral Small 24B 2507\n\nThis workflow integrates the **notdaniel/voxtral-small-24b-2507** model from Replicate to generate audio content from provided inputs. It han"
      }
    }
  ],
  "connections": {
    "Wait": {
      "main": [
        [
          {
            "node": "Check Prediction Status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set API Key": {
      "main": [
        [
          {
            "node": "Create Prediction",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check If Complete": {
      "main": [
        [
          {
            "node": "Process Result",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Prediction": {
      "main": [
        [
          {
            "node": "Extract Prediction ID",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Prediction ID": {
      "main": [
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Set API Key",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Prediction Status": {
      "main": [
        [
          {
            "node": "Check If Complete",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}