Skip to content

Generative Node Catalog

Generated category

Generative Node Catalog

Generated from 94 catalog nodes in AI/Generative.

AI/Generative/AudioAI/Generative/Audio/OptionsAI/Generative/HistoryAI/Generative/History/MessageAI/Generative/ImageAI/Generative/Image/OptionsAI/Generative/PreferencesAI/Generative/ProviderAI/Generative/ResponseAI/Generative/Response/ChunkAI/Generative/Response/MessageAI/Generative/VideoAI/Generative/Video/OptionsAI/Generative/Video/Provider

Nodes in this category

Showing 94 of 94 generated node docs.

AI Extractor

AI/Generative

Uses an LLM plus a JSON schema to extract structured data from free-form text

AI Extractor from History

AI/Generative

Extracts structured data by replaying an entire chat history through an LLM

Add Model Headers

AI/Generative

Adds custom HTTP headers to a model for use with custom API endpoints

Find Model

AI/Generative

Finds the best model based on certain selection criteria

Invoke Model

AI/Generative

Invokes the configured model with the provided chat history and streams back chunks.

Invoke Simple

AI/Generative

Invokes an LLM with a single system prompt + user prompt and streams back tokens.

Invoke with Tools

AI/Generative

Invokes an LLM that can call Flow tools/functions and routes each call to execution pins.

LLM Branch

AI/Generative

Routes execution based on an LLM-evaluated yes/no decision

Summarize

AI/Generative

Summarizes long text using an LLM with configurable strategies. Supports Map-Reduce (parallel, fast), Refine (sequential, coherent), Hierarchical (structure-aware), Hybrid (parallel + coherent), and Sliding Window (memory-efficient). Optional Chain of Density post-processing for optimal information density.

Local Text to Speech

AI/Generative/Audio

Generates WAV speech locally with an installed any-tts model bit.

Speech to Text

AI/Generative/Audio

Transcribes or translates audio with an existing provider Bit.

Text to Speech

AI/Generative/Audio

Generates speech audio with an existing provider Bit and writes it to FlowPath.

Google STT Options

AI/Generative/Audio/Options

Creates typed speech-to-text options for Gemini and Vertex audio transcription.

Google TTS Options

AI/Generative/Audio/Options

Creates typed text-to-speech options for Gemini and Vertex speech models.

Hugging Face TTS Options

AI/Generative/Audio/Options

Creates typed text-to-speech options for Hugging Face speech models.

Mistral TTS Options

AI/Generative/Audio/Options

Creates typed text-to-speech options for Mistral speech models.

OpenAI-Compatible STT Options

AI/Generative/Audio/Options

Creates typed speech-to-text options for OpenAI-compatible providers.

OpenAI-Compatible TTS Options

AI/Generative/Audio/Options

Creates typed text-to-speech options for OpenAI-compatible providers.

xAI STT Options

AI/Generative/Audio/Options

Creates typed speech-to-text options for xAI transcription models.

xAI TTS Options

AI/Generative/Audio/Options

Creates typed text-to-speech options for xAI speech models.

Clear History

AI/Generative/History

Clears all messages from a ChatHistory

From Messages

AI/Generative/History

Creates a Chat History from Messages

Get System Prompt

AI/Generative/History

Extracts the first system-level message from a chat history for downstream use

History From String

AI/Generative/History

Creates a ChatHistory Struct from String (as User Message)

Make History

AI/Generative/History

Creates a ChatHistory struct

Pop Message from History

AI/Generative/History

Removes and returns the last message in a chat history

Push Message

AI/Generative/History

Appends a chat message to the end of a history

Set History Frequency Penalty

AI/Generative/History

Stores the frequency penalty parameter used by LLM sampling

Set History N

AI/Generative/History

Stores how many completions to request in downstream LLM calls

Set History Presence Penalty

AI/Generative/History

Stores the presence penalty parameter used for discouraging repetition

Set History Temperature

AI/Generative/History

Stores the sampling temperature used for later LLM invocations

Set History Thinking

AI/Generative/History

Stores the thinking level that downstream model invocations should use

Set History Top P

AI/Generative/History

Stores the nucleus sampling (top-p) parameter alongside the chat history

Set History User

AI/Generative/History

Updates the user identifier stored alongside the chat history

Set Max Tokens

AI/Generative/History

Stores the maximum completion tokens allowed for future calls

Set Response Format

AI/Generative/History

Configures the structured response format expected from later LLM calls

Set Seed

AI/Generative/History

Stores an optional randomness seed alongside the chat history

Set Stop Words

AI/Generative/History

Stores one or more stop sequences to truncate future completions

Set Stream

AI/Generative/History

Stores whether downstream LLM invocations should stream tokens

Set System Message

AI/Generative/History

Creates or replaces the system prompt within a chat history before invoking an LLM

Extract Content

AI/Generative/History/Message

Extracts text content from a chat message, flattening multi-part payloads

Make Message

AI/Generative/History/Message

Creates a chat message with text or image content and optional tool metadata

Push Content

AI/Generative/History/Message

Appends text or image parts onto a chat message

Generate Image

AI/Generative/Image

Generates one image with an existing provider Bit and writes it to FlowPath.

AWS Bedrock Image Options

AI/Generative/Image/Options

Creates typed image options for AWS Bedrock image models.

Google Imagen Options

AI/Generative/Image/Options

Creates typed image options for Google AI Studio and Vertex Imagen models.

Hugging Face Image Options

AI/Generative/Image/Options

Creates typed image options for Hugging Face text-to-image models.

OpenAI Image Options

AI/Generative/Image/Options

Creates typed image options for OpenAI and Azure OpenAI image generation.

OpenRouter Image Options

AI/Generative/Image/Options

Creates typed image options for OpenRouter image-output models.

Together Image Options

AI/Generative/Image/Options

Creates typed image options for Together text-to-image models.

xAI Image Options

AI/Generative/Image/Options

Creates typed image options for xAI image generation.

Make Preferences

AI/Generative/Preferences

Creates a BitModelPreference struct used to guide model selection

Set Model Hint

AI/Generative/Preferences

Adds a soft preference hint for downstream model selection

Set Preference Weight

AI/Generative/Preferences

Adjusts the relative weight for a specific capability preference

AWS Bedrock Model

AI/Generative/Provider

Prepares a Bit for AWS Bedrock model endpoints

Anthropic Model

AI/Generative/Provider

Prepares a Bit for Anthropic's Claude API using the provided credentials

Cohere Model

AI/Generative/Provider

Prepares a Bit for Cohere's API using the supplied credentials

Deepseek Model

AI/Generative/Provider

Prepares a Bit for Deepseek's API using the provided credentials

Galadriel Model

AI/Generative/Provider

Prepares a Bit for Galadriel's verified endpoint using the provided credentials

Gemini Model

AI/Generative/Provider

Prepares a Bit for Google Gemini endpoints using the provided credentials

Groq Model

AI/Generative/Provider

Prepares a Bit for Groq's API using the supplied endpoint and key

Huggingface Model

AI/Generative/Provider

Builds the Huggingface model based on certain selection criteria

Hyperbolic Model

AI/Generative/Provider

Builds the Hyperbolic model based on certain selection criteria

LM Studio Model

AI/Generative/Provider

Connects to a locally running LM Studio server via its OpenAI-compatible API

Mira Model

AI/Generative/Provider

Builds the Mira model based on certain selection criteria

Mistral Model

AI/Generative/Provider

Builds the Mistral model based on certain selection criteria

Moonshot AI Model

AI/Generative/Provider

Builds the Moonshot AI model based on certain selection criteria

Mozilla any-llm Model

AI/Generative/Provider

Builds a model via the Mozilla any-llm gateway (OpenAI-compatible). Supports both self-hosted gateways and the managed platform at any-llm.ai

Ollama Model

AI/Generative/Provider

Builds the Ollama model based on certain selection criteria

OpenAI Model

AI/Generative/Provider

Prepares a Bit for OpenAI or Azure OpenAI endpoints with the provided credentials

OpenRouter Model

AI/Generative/Provider

Builds the OpenRouter model based on certain selection criteria

Perplexity Model

AI/Generative/Provider

Builds the Perplexity model based on certain selection criteria

Together AI Model

AI/Generative/Provider

Builds the Together AI model based on certain selection criteria

Vertex AI Model

AI/Generative/Provider

Prepares a Bit for Google Vertex AI Gemini endpoints using ADC or service account credentials

VoyageAI Model

AI/Generative/Provider

Builds the VoyageAI model based on certain selection criteria

xAI Model

AI/Generative/Provider

Builds the xAI model based on certain selection criteria

Chunk From String

AI/Generative/Response

Wraps an arbitrary string in a synthetic streaming chunk

Last Content

AI/Generative/Response

Extracts the content string from the last assistant message in a response

Last Message

AI/Generative/Response

Extracts the last assistant message from a response

Make Response

AI/Generative/Response

Creates an empty Response struct for manual composition

Push Chunk

AI/Generative/Response

Appends a streaming chunk onto a response

Response From String

AI/Generative/Response

Wraps a plain string into a synthetic LLM response object for downstream tooling.

Get Token

AI/Generative/Response/Chunk

Extracts the latest streamed token from a response chunk

Get Content

AI/Generative/Response/Message

Extracts the text content field from a response message

Get Role

AI/Generative/Response/Message

Extracts the author role string from a response message

Generate Video

AI/Generative/Video

Generates video with an existing provider Bit and writes it to FlowPath.

OpenAI Sora Options

AI/Generative/Video/Options

Creates typed video options for OpenAI Sora models.

Replicate Video Options

AI/Generative/Video/Options

Creates typed video options for Replicate video models.

Runway Options

AI/Generative/Video/Options

Creates typed video options for Runway models.

Vertex Veo Options

AI/Generative/Video/Options

Creates typed video options for Google Vertex Veo models.

fal Video Options

AI/Generative/Video/Options

Creates typed video options for fal.ai video models.

Replicate Video Model

AI/Generative/Video/Provider

Builds a Replicate video generation provider Bit.

Runway Video Model

AI/Generative/Video/Provider

Builds a Runway video generation provider Bit.

fal Video Model

AI/Generative/Video/Provider

Builds a fal.ai queued video generation provider Bit.