AgentLoops

Credit Costs

Detailed breakdown of credit costs for all node types

Credit Costs

This page provides a detailed breakdown of credit costs for all node types in AgentLoops.

Core Nodes

Core nodes are completely free and do not consume any credits:

  • Text Operations (Text, Merge Text, Text Formatter, Chunk Text)
  • Datetime Operations
  • Data Processing (Splitter, Duplicate)
  • Control Flow (Router)
  • Input/Output Nodes (Context, Files, Output Text, Output File)

These nodes can be used unlimited times without affecting your credit balance.

AI Nodes

AI nodes consume credits based on the AI model selected. The cost per execution depends on the model tier:

Model Tiers

TierCredits per ExecutionDescription
Simple2 creditsFast, efficient models for basic tasks
Advanced20 creditsBalanced performance for most use cases
Expert30 creditsMost capable models for complex tasks

Available AI Models

ProviderModelTierCredits
AnthropicClaude 3.5 HaikuSimple2
Claude 3.7 SonnetAdvanced20
GoogleGemini 2.5 FlashSimple2
Gemini 2.5 ProExpert30
OpenAIGPT-4oAdvanced20
GPT-4Expert30

AI Node Types

The following nodes use AI models and consume credits based on the model selected:

  • Agent Node: Interact with an AI agent to process inputs
  • Extract Data Node: Extract structured data from text using AI
  • PDF Filler Node: Autofill PDF forms using AI to map input data to form fields

Example: Running an Agent Node with Claude 3.7 Sonnet will cost 20 credits per execution. If the node is configured to loop 5 times, the total cost would be 20 × 5 = 100 credits.

Third-Party Integration Nodes

Third-party integration nodes have a fixed cost of 2 credits per execution, regardless of the service:

Gmail (Google)

NodeCreditsDescription
Gmail Send2 creditsSend emails via Gmail
Gmail Search2 creditsSearch for emails in Gmail
Gmail Manage Labels2 creditsAdd or remove labels from messages

Telegram

NodeCreditsDescription
Telegram Send Message2 creditsSend messages to Telegram channels
Telegram Search2 creditsFetch messages from Telegram

Example: Sending an email with the Gmail Send node costs 2 credits. If configured to loop 10 times (e.g., sending to 10 different recipients), the total cost would be 2 × 10 = 20 credits.

Web Fetch Node

The Web Fetch node retrieves content from URLs and costs:

NodeCreditsDescription
Web Fetch5 creditsFetch HTML content from a URL

This node has a higher cost than other input nodes due to the external network request and content processing involved.

Example: Fetching content from a single URL costs 5 credits. If configured to loop 20 times (e.g., scraping 20 different URLs), the total cost would be 5 × 20 = 100 credits.

On this page