> For the complete documentation index, see [llms.txt](https://docs.layerlens.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.layerlens.ai/11.-admin/concepts-ecu-credits.md).

# ECU credits — concept

ECU credits — how compute consumption is metered and billed in Stratix Premium.

ECU stands for **Evaluation Compute Unit**. It's the unit Stratix uses to meter compute-intensive operations. Premium tier is pay-as-you-go on ECU; Free tier ships with a starter balance.

## What ECU bills

* **Model inference during evaluations** — prorated by token, by model
* **Judge runs** — judges are LLMs; they consume ECU per-call
* **GEPA optimization** — per-iteration
* **Trace evaluation runs** — trace × judge calls

## What ECU does NOT bill

* Browsing the catalog (Public or Premium)
* Configuring evaluations, spaces, judges, scorers
* Saving and sharing
* API key generation
* Tokens consumed by your **own provider key** (BYOK custom models bill against your provider, not ECU)

## Why a unit-based model

A unit-based model lets Stratix offer:

* Pay-as-you-go without complicated multi-provider billing
* Cost previews before runs (token estimates × per-model ECU rates)
* Per-team and per-project consumption tracking

## Cost preview

Before any compute-intensive job, Stratix shows worst-case ECU consumption. You approve before it runs. Real consumption may be lower if a job short-circuits.

## ECU vs your provider tokens

* **Public model** evaluations bill against ECU (the platform pays the provider)
* **BYOK custom model** evaluations bill against **your** provider (the model tokens) but ECU is still consumed for the platform engine work

## Volume pricing (Enterprise)

Enterprise contracts include negotiated volume ECU pricing. Talk to sales when monthly consumption justifies it.

## Where to next

* [ECU credits and billing (Premium)](/11.-admin/ecu-credits-billing.md)
* [BYOK models](/5.-select-pick-the-model/byok-models.md)
* [Pricing](/11.-admin/11-admin.md)
