Skip to content
synthreo.ai

Prepared Model Node - Synthreo Builder

Prepared Model node for Builder - execute a previously trained and saved ML model against new workflow data for repeatable predictions without retraining on each run.

The PreparedModel node allows you to integrate pre-trained AI models into your workflow for advanced content generation and analysis. This node connects to specialized AI models that can generate images from text descriptions, analyze content for safety, or process text through advanced language models.

The PreparedModel node takes text input from previous nodes in your workflow and processes it through your selected AI model. Depending on which model you choose, you can generate images, analyze text for inappropriate content, or enhance text with advanced AI capabilities. The results are then passed to the next node in your workflow.

Source Property

  • Field Name: propertyName
  • Type: Text field with clear button
  • Default Value: Empty
  • Simple Description: Specifies which piece of data from the previous node to send to the AI model
  • When to Change This: Enter the name of the data field you want the AI model to process (like “description”, “userMessage”, or “productName”)
  • Business Impact: Correctly mapping your data ensures the AI model receives the right information to generate accurate results

Model

  • Field Name: selectedModel
  • Type: Dropdown menu with options:
    • Conditional BigGAN 512 - Advanced image generation model that creates high-quality 512x512 pixel images from text descriptions
    • GPDefender Beta v0.2 - Content safety model that analyzes text for inappropriate, harmful, or policy-violating content
    • OpenAI GPT API - Advanced language model for text generation, completion, and analysis tasks
  • Default Value: No model selected
  • Simple Description: Choose which AI model will process your input data
  • When to Change This: Select based on your business need - image generation, content moderation, or text processing
  • Business Impact: Different models produce completely different outputs, so choosing the right model is critical for achieving your desired results

This model generates images from text descriptions. It is well-suited for creating visual product representations, visual content mockups, and illustrative assets from descriptive text. The output is a 512x512 pixel image.

Best input format: A descriptive sentence or phrase that clearly describes the desired image content. More specific and concrete descriptions produce better results than abstract or vague prompts.

Example input: “A red ceramic coffee mug on a wooden table with morning sunlight”

Output: An image file or image URL that can be passed to downstream nodes for storage, email delivery, or display

This model analyzes text for inappropriate, harmful, or policy-violating content. It is designed for content moderation use cases where user-generated content must be screened before publishing or processing.

Best input format: The raw text string to be evaluated. Do not pre-process or summarize the text before passing it to this model, as that may obscure content that should be flagged.

Output: A classification result indicating whether the content passes or fails the safety check, along with relevant category labels for any violations detected

This model provides access to OpenAI’s large language model capabilities for text generation, summarization, rewriting, and analysis. It is suitable for generating marketing copy, summarizing documents, drafting responses, and other natural language tasks.

Best input format: A clear instruction or prompt describing what you want the model to do, combined with the source text. For example: “Summarize the following customer review in one sentence: [review text]”

Output: A text string containing the model’s generated response

Business Situation: An online retailer wants to automatically generate product images from text descriptions for items that do not have photos yet.

What You’ll Configure:

  • Set “Source Property” to “productDescription” (the field containing your product descriptions)
  • Select “Conditional BigGAN 512” from the Model dropdown
  • Connect this node to receive product data from your inventory system

What Happens: The AI model reads each product description and generates a corresponding product image that you can use in your catalog.

Business Value: Reduces time to market for new products by 75% and eliminates the need for expensive product photography for initial listings.

Business Situation: A review platform needs to automatically screen user-submitted reviews for inappropriate content before publishing.

What You’ll Configure:

  • Set “Source Property” to “reviewText” (the field containing user reviews)
  • Select “GPDefender Beta v0.2” from the Model dropdown
  • Connect this node after receiving review submissions

What Happens: Each review is analyzed for inappropriate content, hate speech, or policy violations, with results passed to the next node for approval or rejection.

Business Value: Reduces manual moderation workload by 85% and ensures consistent content standards across your platform.

Business Situation: A marketing team wants to automatically improve and expand brief product descriptions into compelling marketing copy.

What You’ll Configure:

  • Set “Source Property” to “briefDescription” (your basic product info)
  • Select “OpenAI GPT API” from the Model dropdown
  • Connect this node to your product data source

What Happens: The AI model takes basic product information and generates enhanced, persuasive marketing copy for use in campaigns and product pages.

Business Value: Increases conversion rates by 23% through more engaging product descriptions and saves 12 hours per week of copywriting time.

Business Situation: A customer service team wants to automatically draft initial responses to incoming support tickets to reduce agent time spent on routine requests.

What You’ll Configure:

  • Set “Source Property” to “ticketDescription”
  • Select “OpenAI GPT API” from the Model dropdown
  • Provide a prompt prefix in the input like “Draft a helpful and professional response to this customer support ticket:” followed by the ticket content
  • Connect downstream to a human-review node before sending

What Happens: Each incoming ticket is processed by the language model, which generates a draft response for the agent to review and edit before sending.

Business Value: Reduces average handle time by 35% while maintaining response quality through human oversight.

  1. Drag the PreparedModel node from the AI Models section in the left panel onto your workflow canvas
  2. Connect it to the previous node using the arrow connector
  3. Ensure the previous node outputs the text data you want to process
  1. Click on the PreparedModel node to open the configuration panel
  2. In the “Input” section, locate the “Source Property” text field
  3. Enter the exact name of the data field from the previous node that contains your text
  4. Use the clear button (X) to reset the field if needed
  5. Hover over the info icon to see model-specific guidance for your input
  1. In the “Model” section, click on the Model dropdown menu
  2. Choose from the available options:
    • Select “Conditional BigGAN 512” for image generation from text
    • Select “GPDefender Beta v0.2” for content safety analysis
    • Select “OpenAI GPT API” for text processing and generation
  3. The dropdown will close automatically when you make your selection
  1. Use the workflow test feature to send sample data through your PreparedModel node
  2. Verify that your selected model receives the correct input data
  3. Check that the output format matches what your next node expects
  4. Adjust the Source Property field if the data is not flowing correctly

Common Challenge: Content creators need to generate visual assets quickly for social media campaigns but lack design resources.

How This Node Helps: Automatically converts campaign concepts and descriptions into visual content using the image generation model.

Configuration Recommendations:

  • Use “Conditional BigGAN 512” for consistent visual style
  • Set Source Property to your campaign description field
  • Process multiple concepts in batch workflows

Results: Creative teams produce 60% more visual content with 40% less time investment.

Common Challenge: Support teams struggle to maintain response quality and consistency across high volumes of customer inquiries.

How This Node Helps: Processes customer messages through content analysis and generates appropriate response suggestions.

Configuration Recommendations:

  • Use “GPDefender Beta v0.2” to screen for escalation-worthy content
  • Use “OpenAI GPT API” to generate response drafts
  • Set Source Property to “customerMessage” or “ticketDescription”

Results: Response time improves by 45% while maintaining high customer satisfaction scores.

Common Challenge: Educational content creators need to generate diverse learning materials from curriculum outlines but lack time for manual creation.

How This Node Helps: Transforms curriculum topics and learning objectives into various educational content formats.

Configuration Recommendations:

  • Use “OpenAI GPT API” for text-based educational content
  • Use “Conditional BigGAN 512” for visual learning aids
  • Set Source Property to “topicDescription” or “learningObjective”

Results: Content creation efficiency increases by 70% while maintaining educational quality standards.

  • Problem: The AI model is not processing your input correctly
  • Solution: Double-check that your Source Property field exactly matches the data field name from the previous node; property names are case-sensitive
  • Problem: The next node in your workflow cannot process the AI model results
  • Solution: Review the output format for your selected model and adjust your next node’s configuration accordingly; use a Custom Script node to reshape the output if needed
  • Problem: Your workflow runs slowly when using this node
  • Solution: AI models require processing time; consider using this node for batch operations rather than real-time processing, and schedule batch jobs during off-peak hours
  • Problem: Workflow fails with a configuration error about no model being selected
  • Solution: Open the node configuration and select a model from the Model dropdown; the node cannot run without a model selected
  • Problem: The model runs without errors but the output field is empty
  • Solution: Check that the Source Property field contains actual text data; if the upstream property is empty or null, the model will have no input to process
  • Ensure your Source Property field name exactly matches the data field from your previous node
  • Test with sample data to verify the AI model receives properly formatted input
  • Use descriptive, clear text inputs for better AI model performance
  • For image generation, write specific descriptive prompts rather than vague terms
  • Choose “Conditional BigGAN 512” when you need visual content generation from text
  • Choose “GPDefender Beta v0.2” when content safety and moderation are priorities
  • Choose “OpenAI GPT API” when you need text analysis, generation, or enhancement
  • Place PreparedModel nodes after data collection but before final output nodes
  • Consider adding conditional logic after this node to handle different AI model results
  • Monitor processing times as AI models may take longer than simple data operations
  • For content moderation workflows, always route flagged content to a human review step rather than automatically rejecting it
  • Deep Learning - Use for custom-trained neural network inference when the available models do not meet your needs
  • OpenAI GPT - A dedicated node for OpenAI GPT interactions with more configuration options than the PreparedModel OpenAI option
  • Custom Script - Transform or format input text before passing it to the PreparedModel node
  • HTTP Client - Use as an alternative for calling external AI APIs not covered by the built-in model options

The PreparedModel node transforms your workflow capabilities by adding sophisticated AI processing power without requiring technical expertise. Choose the right model for your business needs and watch as complex AI operations become as simple as filling out a form.