<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>How to Add Grok 4 to n8n Workflows (Complete Tutorial)</title>
        <link>https://tube.grossholtz.net/videos/watch/769df327-3984-4a55-a240-032abde917e0</link>
        <description>Learn how to integrate Grok 4 with n8n workflows in this complete step-by-step tutorial. We'll show you how to set up Grok 4 API credentials, create AI agents, and compare Grok 4's coding performance against Claude Sonnet through a practical coding challenge. Discover Grok 4's multimodal capabilities including vision processing for image analysis and built-in web search features that provide real-time information with citations. 🙏 Support My Channel: Buy me a coffee ☕ : https://www.buymeacoffee.com/leonvanzyl PayPal Donation: https://www.paypal.com/ncp/payment/EKRQ8QSGV6CWW 📑 Useful Links: Sign up for n8n Cloud:  https://n8n.partnerlinks.io/f7f19w3vrhin n8n Playlist: https://www.youtube.com/playlist?list=PL4HikwTaYE0GrWQOYuTL3YvHLMMwOjn7O 🕒 TIMESTAMPS: 00:00 - Introduction to Grok 4 and n8n Integration 00:29 - Setting Up x.ai API Account and Credentials 01:44 - Creating n8n Workflow with Grok 4 Agent 02:48 - Grok 4 vs Claude Sonnet Coding Challenge 05:00 - Testing Claude Sonnet App Results 07:15 - Testing Grok 4 App Performance and Fixes 11:26 - Adding Vision Capabilities to Grok 4 Workflows 14:25 - Implementing Built-in Web Search Features 16:08 - Final Results and Conclusions VISION JSON{ "messages": [ { "role": "user", "content": [ { "type": "text", "text": "What do you see in this image?" }, { "type": "image_url", "image_url": { "url": "https://images.pexels.com/photos/32507137/pexels-photo-32507137.jpeg", "detail": "high" } } ] } ], "model": "grok-4" } LIVE SEARCH JSON{ "messages": [ { "role": "user", "content": "What is the latest news from openai?'" } ], "model": "grok-4", "search_parameters": { "mode": "auto" } } #n8n #aiagents #grok4</description>
        <lastBuildDate>Mon, 06 Apr 2026 05:08:28 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://tube.grossholtz.net</generator>
        <image>
            <title>How to Add Grok 4 to n8n Workflows (Complete Tutorial)</title>
            <url>https://tube.grossholtz.net/client/assets/images/icons/icon-512x512.png</url>
            <link>https://tube.grossholtz.net/videos/watch/769df327-3984-4a55-a240-032abde917e0</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://tube.grossholtz.net/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://tube.grossholtz.net/feeds/video-comments.xml?videoId=769df327-3984-4a55-a240-032abde917e0" rel="self" type="application/rss+xml"/>
    </channel>
</rss>