Learn

Gumloop AI Costs: Included Models vs API Keys

Compare Gumloop's bundled model credits against bringing your own API keys. Learn how credit conversion works, how agent orchestration fees apply, when workflows cost zero model credits, and where the financial break-even sits.

Clarify the spend threshold before you commit. Use this page when the core product is familiar and the real question is whether to stay free, upgrade, or switch pricing tracks.

UpdatedSeptember 14, 2026
Browse tool profiles

Editorial guide

Guide

Start with the spend threshold and the conditions that change the pricing decision.

Short answer: use Gumloop's bundled model credits when your monthly automation volume comfortably fits within the 20,000 credits included in the Pro plan ($37/month) and you prefer a single consolidated invoice without the operational overhead of funding external developer accounts. Switch to Bring Your Own Key (BYOK) when you run high-volume deterministic workflows where model tokens would otherwise trigger substantial credit overage, when your organization already holds negotiated enterprise commitments with OpenAI, Anthropic, or Google, or when compliance mandates direct provider audit logging and zero data retention agreements.

This guide clarifies how Gumloop meters bundled models against direct API keys and where the financial break-even sits. For the complete plan matrix, see Gumloop pricing. For platform capabilities and node architectures, see the Gumloop profile. For broader budget comparisons across tools, consult AI workflow automation pricing explained and AI subscription vs API pricing.

Credit mechanics and the bundled model discount

Gumloop runs on a proprietary credit currency. The platform establishes a baseline list price of $0.005 per credit, which also serves as the pay-as-you-go overage rate. However, the commercial reality of the self-serve subscription creates a significant discount on the first block of usage each month.

The self-serve Pro plan lists at $37 per month and includes 20,000 monthly credits. Gumloop's official documentation defines that monthly allocation as 7,400 base credits (purchased at the $0.005 list rate) plus 12,600 published bonus credits. Because the buyer pays $37 for 20,000 credits, the effective entry price inside the included pool is roughly $0.00185 per credit—an effective 63% discount compared to the list overage rate.

When you use Gumloop's bundled models, the platform bills the underlying AI token consumption at cost and converts the provider expense into credits at the $0.005 list rate. Because those credits are deducted from an allowance that you acquired at $0.00185 per credit, low-volume and mid-volume model calls made within your monthly tier are effectively subsidized by the subscription structure.

Once your team burns through the 20,000 included credits, additional usage is billed at the standard overage rate of $0.005 per credit. At that point, the bundled discount vanishes. Every token processed by Gumloop's models is converted into credits at full list price, making high-volume pipeline runs substantially more expensive if left on default credit billing.

How Bring Your Own Key changes the meter

Gumloop supports Bring Your Own Key (BYOK) for organizations on paid tiers, beginning with the $37/month Pro plan and extending to Enterprise. Supported providers include OpenAI, Anthropic, Google AI, Perplexity, xAI, and Fireworks. Builders configure their credentials in the Connectors settings, allowing individual agents or workflow nodes to authenticate directly with external provider accounts.

Connecting your own API key fundamentally changes how Gumloop meters your runs, but it does not make platform execution free. The financial impact differs dramatically depending on whether you run visual workflows, autonomous agents, or code through the Python SDK:

  • Visual Workflows: In visual workflows, connecting a BYOK provider waives model token charges entirely inside Gumloop. AI nodes consume zero Gumloop credits. Each workflow execution still incurs Gumloop's standard base run fee of one credit ($0.005), and custom Python or Model Context Protocol (MCP) nodes consume three credits per run. Native data transformation, logic, filter, and integration nodes consume zero credits. Crucially, workflows carry no agent compute charges and no orchestration fee.
  • Autonomous Agents: In agent chats, BYOK eliminates the Chat and Reasoning credit cost for model tokens, image generation, and speech transcription. However, Gumloop charges a 16% orchestration fee on BYOK agent runs (compared to 8% for standard runs), calculated on the credit value of what the run would have cost. Agents also consume one credit per successful tool call (plus any tool-specific fees) and five credits per session-minute of active compute.
  • Python SDK Chat Completions: Developers integrating Gumloop programmatically must observe an important surface discrepancy. While visual workflow AI nodes drop to zero credits under BYOK, Gumloop's Python SDK documentation for chat completions states that BYOK requests consume 50% of standard credits. Teams building headless API pipelines should verify this specific endpoint behavior before projecting visual-canvas cost models onto code integrations.

Decision comparison: bundled credits versus BYOK

Decision factor

Bundled model credits

Bring Your Own Key (BYOK)

Primary billing owner

Single Gumloop subscription invoice

Gumloop subscription plus external provider bills

Minimum plan requirement

Pro plan ($37/mo) or active trial

Pro plan ($37/mo) or Enterprise agreement

Workflow AI node charge

Token cost converted to credits at $0.005

0 Gumloop credits; billed directly by provider

Workflow execution fee

1 base credit per run + node charges

1 base credit per run + node charges

Agent orchestration fee

8% on total run credits

16% on would-have-cost credit value

Agent compute and tools

5 credits/min compute + 1 credit/tool call

5 credits/min compute + 1 credit/tool call

Low-volume cost efficiency

Highly cost-effective (subsidized inside 20k pool)

Inefficient (pays $37 subscription + extra token bill)

High-volume cost efficiency

Expensive ($0.005/credit overage applies)

Cost-effective (avoids credit overage for model tokens)

Enterprise commitments

Cannot apply external provider discounts

Applies external commit tiers and volume discounts

Provider caching & batching

Subject to Gumloop platform caching rules

Can leverage provider prompt caching and batch APIs

Compliance & data retention

Subject to Gumloop's vendor agreements

Direct zero data retention (ZDR) and enterprise BAAs

Worked financial arithmetic: when BYOK breaks even

To determine whether BYOK saves money, buyers must calculate the combined expenditure of the Gumloop platform fee, Gumloop execution credits, and external provider token invoices across different workload sizes.

Scenario A: Light monthly workflow (500 runs)

Assume an operations team runs an automated workflow 500 times per month to parse incoming vendor invoices. Each run executes one AI extraction node using Claude 3.5 Sonnet (averaging 1,500 input tokens and 500 output tokens, costing approximately $0.012 at direct provider rates) followed by standard spreadsheet formatting.

  • Bundled Credits: The $0.012 token cost converts to 2.4 credits, rounding to 3 credits for the AI node. Adding 1 base credit per workflow run yields 4 credits per execution. Total monthly consumption is 2,000 credits (500 runs × 4 credits). Because 2,000 credits easily fits within the 20,000 credits included in the $37/month Pro plan, overage is $0. Total monthly expenditure is $37.00.
  • Bring Your Own Key: The AI node costs 0 Gumloop credits. Each run consumes only 1 base credit, totaling 500 credits against the 20,000 Pro allowance. Gumloop overage is $0, but the base subscription remains $37.00. The team also receives a separate Anthropic API invoice for $6.00 (500 runs × $0.012). Total monthly expenditure is $43.00.
  • Takeaway: For workloads that fit inside the 20,000 included monthly credits, BYOK costs $6.00 more per month while leaving 19,500 Gumloop credits unused. Sticking with bundled credits is cheaper and eliminates extra accounting overhead.

Scenario B: High-volume extraction pipeline (5,000 runs)

Assume a growth team processes 5,000 complex web extractions per month. Each run uses GPT-4o for document synthesis (averaging 4,000 input tokens and 1,000 output tokens, costing roughly $0.020 in direct API tokens) and a custom Python script node to clean the JSON output.

  • Bundled Credits: The $0.020 token cost converts to 4 credits. Adding 1 base credit and 3 credits for the custom Python node yields 8 credits per execution. Total consumption is 40,000 credits (5,000 runs × 8 credits). The Pro plan covers 20,000 credits, leaving 20,000 overage credits billed at $0.005. The overage fee is $100.00, bringing the total Gumloop invoice to $137.00.
  • Bring Your Own Key: The AI node costs 0 Gumloop credits. Each run consumes 1 base credit plus 3 custom node credits, equaling 4 credits per execution. Total Gumloop consumption is exactly 20,000 credits (5,000 runs × 4 credits), fitting perfectly inside the included Pro allowance with $0 overage. The Gumloop bill is $37.00. The team pays OpenAI $100.00 for tokens (5,000 runs × $0.020). Total monthly expenditure is $137.00 at standard API rates.
  • The Arbitrage Opportunity: While standard API rates match Gumloop's overage cost at exactly 5,000 runs ($137.00 vs $137.00), BYOK unlocks provider-level savings. If the team uses OpenAI's Batch API (a 50% discount for asynchronous processing) or benefits from prompt prefix caching, the OpenAI bill drops to $50.00–$70.00. That reduces total monthly spend to $87.00–$107.00—a net savings of up to $50.00 per month.

Scenario C: Intensive automated pipeline (25,000 runs)

For heavy production workloads running 25,000 workflow executions per month under the same 8-credit architecture:

  • Bundled Credits: 25,000 runs × 8 credits = 200,000 credits. Subtracting the 20,000 included credits leaves 180,000 overage credits. At $0.005 per credit, overage costs $900.00. Total monthly expenditure is $937.00.
  • Bring Your Own Key: 25,000 runs × 4 Gumloop credits = 100,000 credits. Subtracting 20,000 included credits leaves 80,000 overage credits ($400.00). Total Gumloop cost is $437.00 ($37 subscription + $400 overage). The external model token bill is $500.00 (25,000 × $0.020), or $300.00 with provider volume tiering. Total expenditure is $737.00–$937.00.
  • Takeaway: At high volume, BYOK prevents Gumloop's overage margin from compounding on model tokens and allows the organization to negotiate direct enterprise pricing with model vendors.

Scenario D: The agent chat orchestration catch

Unlike visual workflows, autonomous agents do not experience pure token fee elimination under BYOK. Consider an interactive research agent that runs for 6 minutes (30 compute credits), makes 4 web scraping tool calls (4 tool credits), and generates extensive reasoning tokens that would have cost 80 credits under Gumloop's bundled model pricing:

  • Bundled Agent Run: 80 model credits + 30 compute credits + 4 tool credits = 114 credits. Applying the standard 8% orchestration fee adds 9.12 credits, bringing the total to ~123 credits ($0.615 at list value).
  • BYOK Agent Run: Model credits drop to 0. The 30 compute credits and 4 tool credits remain (34 credits). However, Gumloop applies a 16% orchestration fee to the would-have-cost credit value of the run (16% of 114 credits = ~18 credits). The total Gumloop charge is ~52 credits ($0.26). In addition, the builder pays the model provider approximately $0.40 directly for the tokens. Total combined cost is $0.66.
  • Takeaway: For open-ended agent sessions with frequent tool calls and long compute times, the 16% orchestration fee and compute charges mean BYOK rarely yields substantial cost savings. Teams should adopt BYOK in agents for model access and security reasons rather than pure margin optimization.

Architectural and operational trade-offs

Choosing between bundled credits and API keys involves broader operational decisions beyond invoice totals:

  • Rate Limits and Concurrency: On bundled credits, your automations share Gumloop's enterprise provider quotas alongside other platform users, though your organization remains capped at 5 concurrent workflow runs and 25 concurrent agent interactions on Pro. Under BYOK, model calls draw from your own provider tier (such as OpenAI Tier 4 or Anthropic custom rate limits). If your automations burst large batches of requests, bringing your own keys ensures that upstream throttling reflects only your own organization's quota.
  • Data Privacy and Zero Data Retention: Organizations handling sensitive personal data, healthcare information, or proprietary financial records often maintain direct Zero Data Retention (ZDR) agreements or Business Associate Agreements (BAAs) with OpenAI, Anthropic, or Google. Under BYOK, model inference occurs under your direct commercial relationship with the provider, providing clear audit trails for enterprise security reviews.
  • Operational Hygiene and Key Maintenance: Bundled credits require zero credential management. In contrast, BYOK introduces infrastructure overhead: engineers must generate and restrict API keys, manage key rotation schedules, set up balance refill rules in provider consoles, and monitor for expired credit cards. A failed payment on an external OpenAI account will halt critical Gumloop automations immediately.

Who should not switch to BYOK

Bringing your own keys is counterproductive for several common buyer personas:

  • Teams Consuming Under 20,000 Credits Monthly: If your automations do not exceed the Pro plan's monthly allocation, enabling BYOK simply generates a second provider bill while leaving prepaid Gumloop credits unused.
  • Non-Technical Operations Teams: Business and operations teams without dedicated engineering resources to monitor API rate limits, handle provider key rotation, and maintain billing thresholds should avoid BYOK to minimize operational risk.
  • Agent-Heavy Workspaces: Organizations whose primary use case is interactive agent conversations rather than structured workflows will find that the 16% orchestration fee and session compute charges largely negate any token savings.
  • Buyers Seeking Free Platform Access: Connecting an API key does not bypass Gumloop's subscription tier. The $37/month Pro plan remains mandatory to run live triggers, access connectors, and execute automations.

Final buying and setup checklist

Before adjusting your billing setup, evaluate your automations against this sequence:

  1. Audit Monthly Consumption: Inspect your usage logs in Gumloop under Settings > Organization > Usage & Limits. If total monthly consumption consistently stays below 20,000 credits, remain on bundled credits.
  2. Classify Workflows vs Agents: Determine whether your credit burn stems from deterministic visual workflows or open-ended agent chats. If visual workflows drive the volume, BYOK delivers maximum savings because AI nodes incur zero credits and zero orchestration fees.
  3. Verify Provider Rate Tiers: Ensure your external provider account holds sufficient usage tiers (e.g., OpenAI Tier 3+ or Anthropic Tier 2+) with automated balance refills to prevent production automations from hitting sudden rate-limit blocks.
  4. Test Edge-Case Surfaces: If integrating via code, verify your consumption against the Python SDK documentation, where BYOK requests currently draw 50% of standard credits rather than running at zero credits.
  5. Enforce Hard Budget Caps: When adopting BYOK for heavy workflows, set spending limits in both your external model provider consoles and Gumloop's overage settings to eliminate unbounded financial exposure.

For current pricing plan details, proceed to the Gumloop pricing guide. To compare access boundaries across other automation tools, consult AI subscription vs API pricing and AI workflow automation pricing explained.

Evidence boundary

Official sources

Editorial guidance grounded in official product sources.

FAQ

Common questions

Does using BYOK make Gumloop automations completely free?

No. Bringing your own API key removes only the model token charges from your Gumloop credit balance. In workflows, you still pay one base credit per run plus any custom code or MCP node fees. In agents, you still pay for tool calls, session compute at five credits per minute, and an increased sixteen percent orchestration fee instead of the standard eight percent. You must also maintain an active paid Gumloop subscription.

How does Gumloop calculate the sixteen percent BYOK orchestration fee for agents?

For agent chats using BYOK, Gumloop calculates the sixteen percent orchestration fee based on what the run would have cost in credits if Gumloop had provided the model. That credit fee is deducted from your Gumloop credit pool, while the underlying model tokens are billed directly to your provider API account.

Can I use Bring Your Own Key on Gumloop's free trial?

No. Gumloop's Bring Your Own Key connector functionality is available on paid plans, starting with Pro at thirty-seven dollars per month, and on Enterprise. The fourteen-day Pro trial allows you to configure connectors and test platform features, but ongoing BYOK execution requires a paid subscription.

When is it cheaper to stick with Gumloop's bundled credits instead of BYOK?

Bundled credits are typically more cost-effective for low to moderate workloads that fit inside the included twenty thousand monthly credits on Pro. Because the Pro subscription effectively bundles twenty thousand credits for thirty-seven dollars—well below the list overage price of half a cent per credit—using BYOK at low volumes adds a direct provider token invoice on top of a subscription fee you have already paid.

Does BYOK work the same way in workflows as it does in agents and the Python SDK?

No, the pricing mechanics differ by surface. In visual workflows, AI nodes consume zero Gumloop credits under BYOK and carry no orchestration fee. In agent chats, BYOK model calls cost zero credits but incur a sixteen percent orchestration fee plus compute and tool charges. Separately, Gumloop documentation for the Python SDK chat-completions endpoint states that BYOK calls consume fifty percent of standard credits.

Next steps

Take the next buying step

Use these next pages to confirm the plan, tool, or alternate route that fits once the spend boundary is clear.

View all tools