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
| Tier | Credits per Execution | Description |
|---|---|---|
| Simple | 2 credits | Fast, efficient models for basic tasks |
| Advanced | 20 credits | Balanced performance for most use cases |
| Expert | 30 credits | Most capable models for complex tasks |
Available AI Models
| Provider | Model | Tier | Credits |
|---|---|---|---|
| Anthropic | Claude 3.5 Haiku | Simple | 2 |
| Claude 3.7 Sonnet | Advanced | 20 | |
| Gemini 2.5 Flash | Simple | 2 | |
| Gemini 2.5 Pro | Expert | 30 | |
| OpenAI | GPT-4o | Advanced | 20 |
| GPT-4 | Expert | 30 |
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)
| Node | Credits | Description |
|---|---|---|
| Gmail Send | 2 credits | Send emails via Gmail |
| Gmail Search | 2 credits | Search for emails in Gmail |
| Gmail Manage Labels | 2 credits | Add or remove labels from messages |
Telegram
| Node | Credits | Description |
|---|---|---|
| Telegram Send Message | 2 credits | Send messages to Telegram channels |
| Telegram Search | 2 credits | Fetch 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:
| Node | Credits | Description |
|---|---|---|
| Web Fetch | 5 credits | Fetch 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.