Batch LLM Status Tracker
Send an array through the OpenAI Batch API, branch on live status updates, and collect the final per-item results.
The full canvas, before you import it
Click any node to see its config.
Click a node to select it — same as the Heym editor; the panel shows its settings.
5 nodes · Free & source-available
Batch LLM Status Tracker
Use one LLM node for bulk prompting and a second branch for progress-aware side effects. This template demonstrates Heym's Batch API mode on the plain LLM node, including the dedicated batchStatus branch.
What this workflow does
- Variable node seeds a demo array of prompts
- LLM node sends that array through Batch API mode
- STATUS branch maps live progress updates such as pending, processing, and completed
- Main path reshapes the final per-item results and returns them as the workflow output
Use cases
- Lower-cost bulk prompting via OpenAI's Batch API
- Queue-style AI enrichment jobs
- Progress notifications while the provider batch is still running
- Batch JSON extraction with downstream per-item handling
Setup
Use an OpenAI API credential and a model Heym shows as batch-capable. Replace the demo $vars.promptList array with a dynamic expression such as $input.items.map("item.text") when you turn this into a production workflow.
Notes
Batch mode is LLM-only and text-only. It cannot be combined with image output or image input.
How to import this template
- 1Click Import → Copy JSON on this page.
- 2Open your Heym and navigate to a workflow canvas.
- 3PressCmd+V/Ctrl+V— nodes appear instantly.
- 4Add your API keys in the node config panels and click Run.
Discover more automations
- AI AgentsBuild Your First AI AgentA beginner-friendly interactive AI agent with conversation memory — type a message and get context-aware replies.
- AI AgentsBlind Eval TrioThree cross-lab agents evaluate any decision blind: steelman defends, stress_test attacks, gap_finder finds what's missing. No synthesizer — you integrate.
- AI AgentsAI Research Brief Supabase ArchiveTurn research notes into a structured AI brief and save the finished Markdown in Supabase.
- AI AgentsAnime Multi-Source Research BriefBuild a spoiler-aware anime research brief from Jikan profile, character, and review endpoints with deliberate rate-limit waits.
- Customer SupportHITL Support Reply AgentDraft a customer-facing support response, pause for human approval, then continue with the reviewed reply.
- Dev & IT OpsCodex PR Fix AgentSend a coding task to Codex, open a draft PR when it succeeds, and notify Slack when Codex needs follow-up input.
- Dev & IT OpsOpenCode Go PR Fix AgentSend a coding task to OpenCode Go, open a review-ready pull request, and return the implementation result.
- Dev & IT OpsAgent-Guided Codex PR DispatcherLet an Agent inspect a GitHub request, prepare a confirmed Codex task, open a ready PR, and notify Slack when Codex needs input.
- Marketing & SEOReddit Subreddit GET Tool CallLet an Agent call a no-key HTTP GET tool that fetches hot posts from a subreddit JSON feed.
- Customer SupportIMAP Support Inbox TriageWatch a shared mailbox, summarize incoming support email, and route urgent messages to Slack.
- Document OpsFile Upload Intake MetadataMint a single-use upload link, receive a multipart file, and return clean metadata plus the Drive download URL.
- Document OpsWebsite LoaderFetch clean, LLM-ready website text from any URL using the Jina Reader API.