Workflows
Workflow credits are charged per execution and per paid node.- Every workflow run consumes 1 credit, no matter how it’s triggered.
- External/data nodes like Google Analytics, Google Ads, Google Sheets, or Slides start at 1 credit per successful execution.
- AI node costs vary by model (see model tables below).
- Utility nodes—such as lists tools, date pickers, loops, and account selection—are free and never consume credits.
- Only successful nodes are charged. If a node fails, no credit is consumed for that node. Other successful nodes in the same workflow will be charged.
- AI nodes vary based on model.
- Data nodes may vary based on account count or request size.

Workflow Credit-Saving Tips
When testing workflows, avoid running the entire flow:- Click the dropdown on a specific node.
- Select Run Node to execute only that part.
⚠️ Note: If the node has downstream connections, those will also run and may consume credits.
AI Model Credit Costs (Workflow Nodes)
These model credit costs apply to workflow AI nodes.OpenAI Models
| Model Name | Credits |
|---|---|
| gpt-5.2 | 7 |
| gpt-5.1 | 5 |
| gpt-5 | 5 |
| gpt-5-mini | 2 |
| gpt-5-nano | 1 |
| gpt-4o | 5 |
| gpt-4o-mini | 2 |
| gpt-4.1 | 3 |
| gpt-4.1-mini | 2 |
| gpt-4.1-nano | 1 |
| o3 | 5 |
| o3-mini | 2 |
| o4-mini | 2 |
| o1 | 5 |
| o1-mini | 2 |
| gpt-image-1.5 | 25 |
| gpt-image-1 | 20 |
| sora-2 | 100 |
| sora-2-pro | 100 |
Gemini Models
| Model Name | Credits |
|---|---|
| gemini-3-pro-preview | 7 |
| gemini-3-flash-preview | 2 |
| gemini-3-pro-image-preview | 15 |
| gemini-2.5-pro | 5 |
| gemini-2.5-pro-exp-03-25 | 5 |
| gemini-2.5-pro-preview-05-06 | 7 |
| gemini-2.5-pro-preview-06-05 | 7 |
| gemini-2.5-flash | 1 |
| gemini-2.5-flash-lite | 1 |
| gemini-2.5-flash-image | 10 |
| gemini-2.5-flash-image-preview | 10 |
| gemini-2.0-flash | 2 |
| gemini-2.0-flash-lite | 1 |
| gemini-1.5-pro | 5 |
| gemini-1.5-flash | 2 |
Claude Models
| Model Name | Credits |
|---|---|
| claude-opus-4-5 | 30 |
| claude-sonnet-4-5 | 20 |
| claude-haiku-4-5 | 2 |
| claude-opus-4-1 | 20 |
| claude-opus-4-0 | 20 |
| claude-sonnet-4-0 | 10 |
| claude-3-7-sonnet-latest | 10 |
| claude-3-5-sonnet-latest | 5 |
| claude-3-5-haiku-latest | 2 |
Agents
Agent usage is separate from workflow execution and follows agent-specific rules.- Markifact Copilot costs 1 credit per message.
- Task Agent usage is based on tokens consumed and the selected model multiplier.
Task Agent: How Credit Usage Works
- Each response uses input + output tokens.
- Different models apply different multipliers to token usage.
- Example: a model like gpt-5.2 may be treated as 1x, while a higher-cost reasoning tier (for example, Claude Opus) can be higher (for example 5x).
Why Long Agent Threads Cost More
- Longer conversations consume more tokens because history and context are included.
- Markifact automatically compacts conversation history to reduce token usage.
- Even with compaction, very long threads can become more expensive over time.
Agent Credit-Saving Tips
- Start a fresh task when switching to a different objective.
- Use lower-cost models for simple tasks.
- Reserve premium models (for example, Claude Opus tiers) for complex reasoning or heavy document work (such as deep PDF/PPT tasks).
- For balanced quality and cost, default to GPT models for everyday tasks and switch up only when needed.
- Bring your own API keys when possible to reduce platform AI credit usage.
Using Your Own API Keys
You can bring your own API keys for AI models and significantly reduce your credit costs. Markifact supports three AI providers:- OpenAI
- Google Gemini
- Anthropic (Claude)
Credit Costs with Custom API Keys
When using your own API keys:- All AI nodes (Ask, Structure, Analyze Data, Analyze Image, Generate Image, Edit Image) consume 0 credits
- AI Agent node costs 1 credit flat per run, regardless of how many tools are used or time spent on the task
- Task Agent AI tokens are billed through your provider key
Bring Your Own API Keys
Learn how to connect your API keys, where to get them, and see the full credit breakdown.
MCP Servers
MCP lets you use Markifact operations from external AI clients like Claude, ChatGPT, and Cursor. Credit usage for MCP is simple:- Discovery and utility tools are free.
find_operations,get_operation_inputs,list_connections,get_file_url, andread_filecost 0 credits. - Running operations (
run_operationandrun_write_operation) costs credits based on the specific operation — the same as the equivalent workflow node.
Examples
| Action | Credits |
|---|---|
| Search for operations | 0 |
| Get operation schema | 0 |
| List connections | 0 |
Select accounts (e.g. gads_select_accounts) | 0 |
List report fields (e.g. ga4_list_report_fields) | 0 |
Pull a Google Ads report (gads_get_report) | 1 |
Pull a GA4 report (ga4_get_report) | 1 |
Read data from Sheets (sheets_read_data) | 1 |
Create a campaign (gads_create_campaign) | 1 |
MCP Servers
Learn how to set up MCP servers, connect AI clients, and configure permissions.
Tracking Credit Usage
You can monitor credit usage in the Usage Dashboard (also available from the sidebar). In the Usage Dashboard, you can view:- Credit consumption by service (for example: Workflows, Agents, and Copilot)
- Credit consumption by team member
- Usage over time
- Recent activity for Agents, Workflows, and Copilot
- During a workflow run, each node displays its credit consumption.
- After the run finishes, the total credits used are shown in the footer.


