Execution units

How workflow runs are priced on Neurallux

Each workflow run spends execution units based on block type and loop iterations. Some blocks also spend credits separately.

Two independent costs

Execution units

Monthly quota from your plan. Weighted by block type — local compute is cheap, I/O is expensive.

Credits

Used for AI models, purchasing add-on resources, and plan subscriptions. Billed separately from execution units.

Unit rates by block type

BlockExecution units
Trigger0.1
Schedule0.1
Condition0.01
Data processing0.01
Call0.01
Delay0.01
Break (exit loop)0.001
Loop0.01 + 0.001×N *
Action1.0
HTTP request1.0
AI text0.1 + credits
AI audio0.1 + credits

* N is the number of completed loop iterations. Body blocks are billed separately.

AI model pricing

AI blocks cost 0.1 execution units plus credits for the model itself.