Block 1 - On clicking 'execute'
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Generate Custom Text Content with IBM Granite 3.3 8B Instruct AI This workflow connects to Replicate’s API and uses the ibm granite/granite 3.3 8b instruct model to generate text. SECTION 1: T...
n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.wait, n8n-nodes-base.if, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Yaron Been.
Original n8n.io sourceThis workflow connects to Replicate’s API and uses the ibm-granite/granite-3.3-8b-instruct model to generate text.
1️⃣ On clicking 'execute'
2️⃣ Set API Key
YOUR_REPLICATE_API_KEY with your actual API key.✅ No coding needed to handle authentication. ✅ You can reuse the same setup for other Replicate models.
3️⃣ Create Prediction (HTTP Request)
temperature, max_tokens, top_k, top_p.4️⃣ Extract Prediction ID (Code)
5️⃣ Wait
6️⃣ Check Prediction Status (HTTP Request)
starting, processing, succeeded).7️⃣ Check If Complete (IF Condition)
✅ No need to manually refresh or check job status. ✅ Workflow keeps retrying until text is ready. ✅ Smart looping built-in with Wait + If Condition.
8️⃣ Process Result (Code)
What it does: Collects the final AI output, status, metrics, and timestamps.
Adds info like:
output → Generated textmodel → ibm-granite/granite-3.3-8b-instructmetrics → Performance dataWhy it’s useful: Gives you a neat, structured JSON result that’s easy to send to Sheets, Notion, or any app.
✅ Ready-to-use text output. ✅ Easy integration with any database or CRM. ✅ Transparent metrics (when it started, when it finished, etc.).
| Section | What happens |
|---|---|
| ⚡ Trigger & Setup | Start workflow + set Replicate API key. |
| 🤖 Model Request & Polling | Send request → get Prediction ID → loop until job completes. |
| 🟢 Process & Output | Extract clean AI-generated text + metadata for storage or further workflows. |
✅ No coding needed — just configure your API key. ✅ Reliable polling — the workflow waits until results are ready. ✅ Flexible — you can extend output to Google Sheets, Slack, Notion, or email. ✅ Beginner-friendly — clean separation of input, process, and output.
✨ With this workflow, you’ve turned Replicate’s IBM Granite LLM into a no-code text generator — running entirely inside n8n! ✨
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Generate custom text content with IBM Granite 3.3 8B instruct AI |
|---|---|
| Complexity | intermediate |
| Nodes | 13 |
| Categories | Content Creation, Multimodal AI |
| Author | Yaron Been |
| Published | 04 Aug 2025 |
Use the JSON export at /data/workflows/6968/6968.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Generate Custom Text Content with IBM Granite 3.3 8B Instruct AI This workflow connects to Replicate’s API and uses the ibm granite/granite 3.3 8b instruct model to generate text. SECTION 1: T...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.