Integrations
Arrow
OpenAI Module
OpenAI Module

OpenAI Module

OpenAI chat, responses, embeddings and moderation in BPMN — the core of the OpenAI module family.

Workflow Engine V 5.0.0

Description

What this does

The core of the OpenAI family: chat completions, the Responses API, embeddings, content moderation, model listing, conversations and containers — including streaming variants.

The satellite modules (Assistants, Files & Vector Stores, Images, Audio, Batch & Fine-tuning, Realtime) are configured separately — each carries its own API key, so you can use different keys (or the same one) per capability.

What you can build

  • Chatbots and FAQ agents with OpenAIChatCompletionTask or OpenAIResponseTask.
  • Content-safety pipelines that branch "flagged" / "clean" via OpenAIModerationTask before downstream LLM calls.
  • Semantic search and RAG embeddings with OpenAIEmbeddingTask.
  • Token-streaming replies with the Stream task variants.

See the setup guide for configuration and full task reference.

More integrations