# Public vs Premium — feature matrix

A definitive table of what each surface does and doesn't do.

| Capability                                 | Stratix Public                | Stratix Premium                    |
| ------------------------------------------ | ----------------------------- | ---------------------------------- |
| Browse models catalog                      | yes                           | yes                                |
| Browse benchmarks catalog                  | yes                           | yes                                |
| Browse public evaluations                  | yes                           | yes                                |
| Browse public spaces                       | yes                           | yes                                |
| Compare models head-to-head                | yes                           | yes                                |
| Search the catalog                         | yes                           | yes                                |
| Test prompt against a model                | yes (rate-limited, anonymous) | yes (persistent)                   |
| Run private evaluation on your data        | no                            | yes                                |
| Build LLM-backed scorers                   | no                            | yes                                |
| Build LLM judges (versioned, GEPA-tunable) | no                            | yes                                |
| Author custom code graders                 | no                            | yes (via SDK / evaluation runtime) |
| GEPA judge optimization                    | no                            | yes                                |
| Upload traces                              | no                            | yes                                |
| Trace evaluation                           | no                            | yes                                |
| Agentic evaluation                         | no                            | yes                                |
| Save evaluation spaces                     | no                            | yes                                |
| BYOK custom models                         | no                            | yes                                |
| Multi-org / team management                | no                            | yes                                |
| ECU credits                                | n/a (free)                    | yes (PAYG)                         |
| Settings, notifications                    | no                            | yes                                |
| In-app Assistant                           | no                            | yes                                |

## When to use which

* **Use Public** for research, model selection shortlist, citing reproducible evaluations.
* **Use Premium** for everything that involves your data — private evaluations, judges, traces, CI/CD gates.

## Switching between them

Logged-in Premium users see a **Switch toggle** in the top bar. It flips the catalog views between Public-only and Premium-augmented (where Premium adds your private items to the same browse experience).

## Where to next

* [Stratix Public](https://github.com/LayerLens/gitbook-full/blob/main/05-select/catalog/README.md)
* [Stratix Premium](https://github.com/LayerLens/gitbook-full/blob/main/05-select/catalog/premium-workspace-overview.md)
* [Sign up for Premium](/2.-get-started/sign-up.md)


---

# Agent Instructions: 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:

```
GET https://docs.layerlens.ai/5.-select-pick-the-model/public-vs-premium.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
