LLM

Node: OpenAI LLM

For: Chat completions (summaries, Q&A, rewrite, extraction).

Inputs: prompt (STRING), optional system_prompt, temperature, model.

Outputs: response (STRING).

Combine with: JSON extraction, Slack, JIRA, and formatting utilities.

Images

Node: OpenAI Image From Prompt

For: Generate an image from a text prompt.

Inputs: prompt (STRING), optional aspect_ratio, user.

Outputs: imageData (base64 STRING).

Combine with: Render via Output nodes or convert with Media/Conversion.

Model

Node: OpenAI Model

For: Provide a model name as a reusable constant.

Inputs: none.

Outputs: model (STRING).

Combine with: Feed into LLM node’s model input.