> 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 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)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.layerlens.ai/11.-admin/concepts-ecu-credits.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
