OpenAI Module
OpenAI chat, responses, embeddings and moderation in BPMN — the core of the OpenAI module family.
Workflow Engine V 5.0.0Description
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
OpenAIChatCompletionTaskorOpenAIResponseTask. - Content-safety pipelines that branch "flagged" / "clean" via
OpenAIModerationTaskbefore downstream LLM calls. - Semantic search and RAG embeddings with
OpenAIEmbeddingTask. - Token-streaming replies with the
Streamtask variants.
See the setup guide for configuration and full task reference.