> 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/more-in-this-section-3/catalog-1.md).

# Stratix Public

`stratix.layerlens.ai` is the anonymous, free, no-signup catalog of LLM evaluation. Browse the world's largest open public evaluation corpus.

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Models catalog</strong></td><td>175+ models with metadata and scores.</td><td><a href="/pages/mMfmF6pldpr2eIHsnwc1">Browse</a></td></tr><tr><td><strong>Benchmarks catalog</strong></td><td>52+ benchmarks with methodology.</td><td><a href="/pages/XSUHrw4y7n1ZoYarvxtl">Browse</a></td></tr><tr><td><strong>Public evaluations</strong></td><td>2,000+ runs by LayerLens and partners.</td><td><a href="/pages/wxBRZgoDsslNr3MFw4TN">Browse</a></td></tr><tr><td><strong>Compare models</strong></td><td>Head-to-head model comparisons.</td><td><a href="/pages/vvF16FMCq9VohXMviapo">Compare</a></td></tr><tr><td><strong>Public evaluation spaces</strong></td><td>Curated bundles of model + dataset.</td><td><a href="/pages/6RwjCJNqhR8b80JR1jqN">Browse</a></td></tr><tr><td><strong>Leaderboard</strong></td><td>Sortable by capability and benchmark.</td><td><a href="/pages/fNKCtlo4CtNJn5mAuQi9">View</a></td></tr><tr><td><strong>Search</strong></td><td>Across the entire catalog.</td><td><a href="/pages/YhWIgfyQI30Z779FxBAq">Search</a></td></tr><tr><td><strong>Test your AI</strong></td><td>Quick anonymous model test.</td><td><a href="/pages/fBvoQ83bmBPaFdyzESl2">Try</a></td></tr></tbody></table>

## Top nav

The Stratix Public top nav has six items:

1. **Evaluations** — public eval runs
2. **Compare models** — head-to-head
3. **Benchmarks** — benchmarks catalog
4. **Spaces** — public evaluation spaces
5. **Models** — models catalog
6. **Learning** — learning library bridge

## What you can do

* Browse, filter, sort, search — every catalog
* Read public evaluation results, sample inputs, and (where available) outputs
* Compare two or more models head-to-head
* Read quarterly research reports
* Test a model on a single prompt anonymously

## What requires Premium

Anything that involves your data: private evaluations, building judges or scorers, uploading traces, saving spaces. Sign up at `stratix.layerlens.ai`.

## Reference pages

* [Public-vs-Premium feature matrix](/5.-select-pick-the-model/public-vs-premium.md)
* [Public catalog data freshness](/5.-select-pick-the-model/data-freshness.md)
* [Sharing public results](/5.-select-pick-the-model/sharing-results.md)

## Where to next

* [Models catalog](/5.-select-pick-the-model/models-catalog.md)
* [Stratix Premium](/more-in-this-section-3/premium-workspace-overview.md) — when you want to bring your own data
* [SDK quickstart](/2.-get-started/sdk.md) — programmatic access


---

# 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/more-in-this-section-3/catalog-1.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.
