Generative Node Catalog
Generated category
Generative Node Catalog
Generated from 94 catalog nodes in AI/Generative.
Nodes in this category
Showing 94 of 94 generated node docs.
AI Extractor
AI/GenerativeUses an LLM plus a JSON schema to extract structured data from free-form text
AI Extractor from History
AI/GenerativeExtracts structured data by replaying an entire chat history through an LLM
Add Model Headers
AI/GenerativeAdds custom HTTP headers to a model for use with custom API endpoints
Find Model
AI/GenerativeFinds the best model based on certain selection criteria
Invoke Model
AI/GenerativeInvokes the configured model with the provided chat history and streams back chunks.
Invoke Simple
AI/GenerativeInvokes an LLM with a single system prompt + user prompt and streams back tokens.
Invoke with Tools
AI/GenerativeInvokes an LLM that can call Flow tools/functions and routes each call to execution pins.
LLM Branch
AI/GenerativeRoutes execution based on an LLM-evaluated yes/no decision
Summarize
AI/GenerativeSummarizes 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/AudioGenerates WAV speech locally with an installed any-tts model bit.
Speech to Text
AI/Generative/AudioTranscribes or translates audio with an existing provider Bit.
Text to Speech
AI/Generative/AudioGenerates speech audio with an existing provider Bit and writes it to FlowPath.
Google STT Options
AI/Generative/Audio/OptionsCreates typed speech-to-text options for Gemini and Vertex audio transcription.
Google TTS Options
AI/Generative/Audio/OptionsCreates typed text-to-speech options for Gemini and Vertex speech models.
Hugging Face TTS Options
AI/Generative/Audio/OptionsCreates typed text-to-speech options for Hugging Face speech models.
Mistral TTS Options
AI/Generative/Audio/OptionsCreates typed text-to-speech options for Mistral speech models.
OpenAI-Compatible STT Options
AI/Generative/Audio/OptionsCreates typed speech-to-text options for OpenAI-compatible providers.
OpenAI-Compatible TTS Options
AI/Generative/Audio/OptionsCreates typed text-to-speech options for OpenAI-compatible providers.
xAI STT Options
AI/Generative/Audio/OptionsCreates typed speech-to-text options for xAI transcription models.
xAI TTS Options
AI/Generative/Audio/OptionsCreates typed text-to-speech options for xAI speech models.
Clear History
AI/Generative/HistoryClears all messages from a ChatHistory
From Messages
AI/Generative/HistoryCreates a Chat History from Messages
Get System Prompt
AI/Generative/HistoryExtracts the first system-level message from a chat history for downstream use
History From String
AI/Generative/HistoryCreates a ChatHistory Struct from String (as User Message)
Make History
AI/Generative/HistoryCreates a ChatHistory struct
Pop Message from History
AI/Generative/HistoryRemoves and returns the last message in a chat history
Push Message
AI/Generative/HistoryAppends a chat message to the end of a history
Set History Frequency Penalty
AI/Generative/HistoryStores the frequency penalty parameter used by LLM sampling
Set History N
AI/Generative/HistoryStores how many completions to request in downstream LLM calls
Set History Presence Penalty
AI/Generative/HistoryStores the presence penalty parameter used for discouraging repetition
Set History Temperature
AI/Generative/HistoryStores the sampling temperature used for later LLM invocations
Set History Thinking
AI/Generative/HistoryStores the thinking level that downstream model invocations should use
Set History Top P
AI/Generative/HistoryStores the nucleus sampling (top-p) parameter alongside the chat history
Set History User
AI/Generative/HistoryUpdates the user identifier stored alongside the chat history
Set Max Tokens
AI/Generative/HistoryStores the maximum completion tokens allowed for future calls
Set Response Format
AI/Generative/HistoryConfigures the structured response format expected from later LLM calls
Set Seed
AI/Generative/HistoryStores an optional randomness seed alongside the chat history
Set Stop Words
AI/Generative/HistoryStores one or more stop sequences to truncate future completions
Set Stream
AI/Generative/HistoryStores whether downstream LLM invocations should stream tokens
Set System Message
AI/Generative/HistoryCreates or replaces the system prompt within a chat history before invoking an LLM
Extract Content
AI/Generative/History/MessageExtracts text content from a chat message, flattening multi-part payloads
Make Message
AI/Generative/History/MessageCreates a chat message with text or image content and optional tool metadata
Push Content
AI/Generative/History/MessageAppends text or image parts onto a chat message
Generate Image
AI/Generative/ImageGenerates one image with an existing provider Bit and writes it to FlowPath.
AWS Bedrock Image Options
AI/Generative/Image/OptionsCreates typed image options for AWS Bedrock image models.
Google Imagen Options
AI/Generative/Image/OptionsCreates typed image options for Google AI Studio and Vertex Imagen models.
Hugging Face Image Options
AI/Generative/Image/OptionsCreates typed image options for Hugging Face text-to-image models.
OpenAI Image Options
AI/Generative/Image/OptionsCreates typed image options for OpenAI and Azure OpenAI image generation.
OpenRouter Image Options
AI/Generative/Image/OptionsCreates typed image options for OpenRouter image-output models.
Together Image Options
AI/Generative/Image/OptionsCreates typed image options for Together text-to-image models.
xAI Image Options
AI/Generative/Image/OptionsCreates typed image options for xAI image generation.
Make Preferences
AI/Generative/PreferencesCreates a BitModelPreference struct used to guide model selection
Set Model Hint
AI/Generative/PreferencesAdds a soft preference hint for downstream model selection
Set Preference Weight
AI/Generative/PreferencesAdjusts the relative weight for a specific capability preference
AWS Bedrock Model
AI/Generative/ProviderPrepares a Bit for AWS Bedrock model endpoints
Anthropic Model
AI/Generative/ProviderPrepares a Bit for Anthropic's Claude API using the provided credentials
Cohere Model
AI/Generative/ProviderPrepares a Bit for Cohere's API using the supplied credentials
Deepseek Model
AI/Generative/ProviderPrepares a Bit for Deepseek's API using the provided credentials
Galadriel Model
AI/Generative/ProviderPrepares a Bit for Galadriel's verified endpoint using the provided credentials
Gemini Model
AI/Generative/ProviderPrepares a Bit for Google Gemini endpoints using the provided credentials
Groq Model
AI/Generative/ProviderPrepares a Bit for Groq's API using the supplied endpoint and key
Huggingface Model
AI/Generative/ProviderBuilds the Huggingface model based on certain selection criteria
Hyperbolic Model
AI/Generative/ProviderBuilds the Hyperbolic model based on certain selection criteria
LM Studio Model
AI/Generative/ProviderConnects to a locally running LM Studio server via its OpenAI-compatible API
Mira Model
AI/Generative/ProviderBuilds the Mira model based on certain selection criteria
Mistral Model
AI/Generative/ProviderBuilds the Mistral model based on certain selection criteria
Moonshot AI Model
AI/Generative/ProviderBuilds the Moonshot AI model based on certain selection criteria
Mozilla any-llm Model
AI/Generative/ProviderBuilds 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/ProviderBuilds the Ollama model based on certain selection criteria
OpenAI Model
AI/Generative/ProviderPrepares a Bit for OpenAI or Azure OpenAI endpoints with the provided credentials
OpenRouter Model
AI/Generative/ProviderBuilds the OpenRouter model based on certain selection criteria
Perplexity Model
AI/Generative/ProviderBuilds the Perplexity model based on certain selection criteria
Together AI Model
AI/Generative/ProviderBuilds the Together AI model based on certain selection criteria
Vertex AI Model
AI/Generative/ProviderPrepares a Bit for Google Vertex AI Gemini endpoints using ADC or service account credentials
VoyageAI Model
AI/Generative/ProviderBuilds the VoyageAI model based on certain selection criteria
xAI Model
AI/Generative/ProviderBuilds the xAI model based on certain selection criteria
Chunk From String
AI/Generative/ResponseWraps an arbitrary string in a synthetic streaming chunk
Last Content
AI/Generative/ResponseExtracts the content string from the last assistant message in a response
Last Message
AI/Generative/ResponseExtracts the last assistant message from a response
Make Response
AI/Generative/ResponseCreates an empty Response struct for manual composition
Push Chunk
AI/Generative/ResponseAppends a streaming chunk onto a response
Response From String
AI/Generative/ResponseWraps a plain string into a synthetic LLM response object for downstream tooling.
Get Token
AI/Generative/Response/ChunkExtracts the latest streamed token from a response chunk
Get Content
AI/Generative/Response/MessageExtracts the text content field from a response message
Get Role
AI/Generative/Response/MessageExtracts the author role string from a response message
Generate Video
AI/Generative/VideoGenerates video with an existing provider Bit and writes it to FlowPath.
OpenAI Sora Options
AI/Generative/Video/OptionsCreates typed video options for OpenAI Sora models.
Replicate Video Options
AI/Generative/Video/OptionsCreates typed video options for Replicate video models.
Runway Options
AI/Generative/Video/OptionsCreates typed video options for Runway models.
Vertex Veo Options
AI/Generative/Video/OptionsCreates typed video options for Google Vertex Veo models.
fal Video Options
AI/Generative/Video/OptionsCreates typed video options for fal.ai video models.
Replicate Video Model
AI/Generative/Video/ProviderBuilds a Replicate video generation provider Bit.
Runway Video Model
AI/Generative/Video/ProviderBuilds a Runway video generation provider Bit.
fal Video Model
AI/Generative/Video/ProviderBuilds a fal.ai queued video generation provider Bit.