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
| Block | Execution units |
|---|---|
| Trigger | 0.1 |
| Schedule | 0.1 |
| Condition | 0.01 |
| Data processing | 0.01 |
| Call | 0.01 |
| Delay | 0.01 |
| Break (exit loop) | 0.001 |
| Loop | 0.01 + 0.001×N * |
| Action | 1.0 |
| HTTP request | 1.0 |
| AI text | 0.1 + credits |
| AI audio | 0.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.
