Skip to main content

OpenAI examples: ChatGPT, DALLE-2, Whisper-1 – 5-in-1

Workflow preview

Workflow preview
100%
OpenAI examples: ChatGPT, DALLE-2, Whisper-1 – 5-in-1 preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Primer workflow for OpenAI models: ChatGPT, DALLE 2, Whisper This workflow contains 5 examples on how to work with OpenAI API. Transcribe voice into text via Whisper model (disabled, please put you...

Best for

  • Engineering automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.openai, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.stickynote, n8n-nodes-base.set, n8n-nodes-base.html, n8n-nodes-base.readbinaryfiles

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Eduard.

Original n8n.io source

1.1 Workflow description

Title
OpenAI examples: ChatGPT, DALLE-2, Whisper-1 – 5-in-1
Workflow name
OpenAI examples: ChatGPT, DALLE-2, Whisper-1 – 5-in-1

Primer workflow for OpenAI models: ChatGPT, DALLE-2, Whisper

This workflow contains 5 examples on how to work with OpenAI API.

  • Transcribe voice into text via Whisper model (disabled, please put your own mp3 file with voice)
  • The old way of using OpenAI conversational model via text-davinci-003
  • Examples 1.x. Simple ChatGPT calls. Text completion and text edit
  • Example 2. Provide system and user content into ChatGPT
  • Examples 3.x. Create system / user / assistanc content via Code Node. Promtp chaining technique example
  • Example 4. Generate code via ChatGPT
  • Example 5. Return multiple answers. Useful for providing picking the most relevant reply

IMPORTANT!

Do not run the whole workflow, it's rather slow

Better execute the last node of each branch or simply disconnect branches that are not needed

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - When clicking "Execute Workflow"

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - davinci-003-complete

Type / Role
n8n-nodes-base.openAi - openAi
Config choices
Version 1

Block 3 - ChatGPT-ex2

Type / Role
n8n-nodes-base.openAi - openAi
Config choices
Version 1

Block 4 - davinci-003-edit

Type / Role
n8n-nodes-base.openAi - openAi
Config choices
Version 1

Block 5 - ChatGPT-ex1.1

Type / Role
n8n-nodes-base.openAi - openAi
Config choices
Version 1

Block 6 - ChatGPT-ex1.2

Type / Role
n8n-nodes-base.openAi - openAi
Config choices
Version 1

Block 7 - Text-example

Type / Role
n8n-nodes-base.code - code
Config choices
Version 1

Block 8 - Code-ex3.1

Type / Role
n8n-nodes-base.code - code
Config choices
Version 1

Block 9 - ChatGPT-ex3.1

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 3

Block 10 - ChatGPT-ex3.2

Type / Role
n8n-nodes-base.openAi - openAi
Config choices
Version 1

Block 11 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - DALLE-ex3.3

Type / Role
n8n-nodes-base.openAi - openAi
Config choices
Version 1

Block 18 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - ChatGPT-ex4

Type / Role
n8n-nodes-base.openAi - openAi
Config choices
Version 1

Block 20 - Set-ex4

Type / Role
n8n-nodes-base.set - set
Config choices
Version 1

Block 21 - HTML-ex4

Type / Role
n8n-nodes-base.html - html
Config choices
Version 1

Block 22 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - Sticky Note8

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 24 - ChatGPT-ex

Type / Role
n8n-nodes-base.openAi - openAi
Config choices
Version 1

Showing the first 24 of 27 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow OpenAI examples: ChatGPT, DALLE-2, Whisper-1 – 5-in-1
Complexity advanced
Nodes 27
Categories Engineering, Multimodal AI
Author Eduard
Published 15 Mar 2023

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/1900/1900.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does OpenAI examples: ChatGPT, DALLE-2, Whisper-1 – 5-in-1 do?

Primer workflow for OpenAI models: ChatGPT, DALLE 2, Whisper This workflow contains 5 examples on how to work with OpenAI API. Transcribe voice into text via Whisper model (disabled, please put you...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 Engineering, Multimodal AI use case.