Skip to main content
This document explains the Scorer node, which assigns numerical scores (0-100) to items based on custom criteria.
AI Model Fallback settings

Node Inputs

Required Fields

  • Item: The content to be scored
  • Criteria: Rules for scoring (e.g., “Clarity: 0-30, Grammar: 0-40, Relevance: 0-30”)

Optional Fields

  • Include Justification: Get AI’s reasoning for scores
  • Additional Context: Extra guidance for scoring
  • Temperature: Controls scoring consistency (0-1)
    • 0: More focused, consistent
    • 1: More creative, varied
  • Cache Response: Save responses for reuse

Show As Input

The node allows you to configure certain parameters as dynamic inputs. You can enable these in the “Configure Inputs” section:
  • item: String
    • The text or item to be scored
    • Example: “Customer feedback response”
  • criteria: String
    • The scoring criteria or rubric
    • Example: “Score based on clarity, politeness, and helpfulness”
  • Additional Context: String
    • Extra information to help with scoring
    • Example: “This is feedback from a premium customer”
  • include_justification: Boolean
    • true/false to include explanation for the score
    • When enabled, provides reasoning for the assigned score
  • model_preference: String
    • Name of the AI model to use
    • Accepted values: “Claude 4.5 Sonnet”, “Claude 4.5 Haiku”, “GPT-5”, “GPT-4.1”, etc.
  • Cache Response: Boolean
    • true/false to enable/disable response caching
    • Helps reduce API calls for identical inputs
  • Temperature: Number
    • Value between 0 and 1
    • Controls scoring consistency
When enabled as inputs, these parameters can be dynamically set by previous nodes in your workflow. If not enabled, the values set in the node configuration will be used.

AI Model Fallback

Under Show More Options, configure automatic fallback when your selected AI model is unavailable. Fallback is enabled by default. When an error occurs (rate limits, provider outages, timeouts), the system retries based on severity, then falls back to the next model. Fallback models are always from different providers for true redundancy.
Error TypeRetries Before Fallback
Rate Limit2
Provider 5xx1
Network Error0 (immediate)
Timeout1
Default (Auto): System auto-selects fallbacks based on your primary model:
  • Expert → Claude Opus 4.5 → Gemini 3 Pro → GPT-5.2
  • Fastest → Gemini 3 Flash → Claude Haiku 4.5 → GPT-4.1
  • Recommended → Claude Sonnet 4.5 → Gemini 3 Flash → GPT-5.2
Override: Enable to manually select up to 2 fallback models with drag-and-drop priority.
Disabling fallback means your node will fail if the primary model is unavailable.

Node Output

  • Score: Numerical value between 0-100
  • Justification: AI’s scoring explanation (if enabled)

Node Functionality

The Scorer node:
  • Analyzes content against criteria
  • Assigns numerical scores
  • Provides scoring rationale
  • Handles batch scoring
  • Ensures consistent evaluation

Available AI Models

TierModels
ExpertGPT-5.2, GPT-5.1, GPT-5, OpenAI o3, Claude 4.5/4.1/4 Opus, Claude 3.7 Sonnet Thinking, Gemini 3 Pro, Grok 4
AdvancedGPT-4.1, OpenAI o4-mini, Claude 4.5/4/3.7 Sonnet, Gemini 2.5 Pro, Grok 3, Perplexity Sonar Pro, LLaMA 3 405B
StandardGPT-4.1 Mini/Nano, GPT-5 Mini/Nano, Claude 4.5 Haiku, Gemini 3/2.5 Flash, Grok 3 Mini, DeepSeek V3/R1, Mixtral 8x7B
SpecialAuto-Select, Azure OpenAI (requires credentials)
Auto-Select uses third-party routing to choose models based on cost and performance. Not ideal when consistent behavior is required.

AI Model Selection Guide

When choosing an AI model for your task, consider these key factors:
Model TypeIdeal Use CasesConsiderations
Standard ModelsGeneral content creation, basic Q&A, simple analysisLower cost, faster response time, good for most everyday tasks
Advanced ModelsComplex analysis, nuanced content, specialized knowledge domainsBetter quality but higher cost, good balance of performance and efficiency
Expert & Thinking-Enabled ModelsComplex reasoning, step-by-step problem-solving, coding, detailed analysis, math problems, technical contentHighest quality but most expensive, best for complex and long-form tasks, longer response time
Additional selection factors:
  • Task complexity and required accuracy
  • Response time requirements
  • Cost considerations
  • Consistency needs across runs
  • Specialized knowledge requirements
For more detailed information on AI models with advanced reasoning capabilities, you can refer to:

Common Use Cases

  1. Content Quality:
Criteria: 
- Writing clarity (0-30)
- Accuracy (0-40)
- Engagement (0-30)
  1. Support Responses:
Criteria:
- Politeness (0-25)
- Problem solving (0-50)
- Response time (0-25)
  1. Product Reviews:
Criteria:
- Detail level (0-30)
- Helpfulness (0-40)
- Objectivity (0-30)

Loop Mode

Input: List of items to score
Process: Score each against criteria
Output: Scores and justifications for each item

Important Considerations

  1. Expert models (OpenAI o3) cost 30 credits, advanced models (GPT-4.1, Claude 3.7 & Grok 4) cost 20 credits, and standard models cost 2 credits per run
  2. You can drop the credit cost to 1 by providing your own API key under the credentials page
  3. Define clear, measurable criteria for accurate output
  4. Enable justification for transparency
In summary, the Scorer node helps quantify quality and performance using AI-powered assessment against your custom criteria.