> 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/2.-get-started/browse-models.md).

# Browse models

The Stratix Public **Models** page lists 175+ models with rich metadata and benchmark scores. No account needed.

## Steps

### 1. Open the catalog

Go to [`stratix.layerlens.ai/models`](https://stratix.layerlens.ai/models). The full catalog is on screen.

### 2. Filter

Use the filters in the sidebar to narrow:

* **Provider** — OpenAI, Anthropic, Google, Meta, Mistral, etc.
* **Capability** — chat, code, reasoning, vision, embeddings
* **Context window** — pick a minimum
* **Licensing** — proprietary, open-weight
* **Modalities** — text, vision, audio

### 3. Sort

Sort by:

* Score on a chosen benchmark (top of list = best at that benchmark)
* Most recent (newest models first)
* Most popular (by view count)

### 4. Open a model

Click any model card. The model page shows:

* Provider and licensing
* Context window and modalities
* Per-benchmark scores
* Score history over time
* Public evaluations that include this model

### 5. Compare

From any model page, click **Compare** to put it side-by-side with another model. See [Compare two models](/2.-get-started/compare-two-models.md).

## Verify

You should be able to:

* Find your favorite frontier model on the first page
* Filter to "open-weight" and see open-weight models only
* Sort by score on MMLU and see the leaderboard

## Where to next

* [Compare two models](/2.-get-started/compare-two-models.md)
* [Browse benchmarks](/2.-get-started/browse-benchmarks.md)
* [Stratix Public — Models catalog reference](/5.-select-pick-the-model/models-catalog.md)
* [Concept: Models and benchmarks](/5.-select-pick-the-model/models-and-benchmarks.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/2.-get-started/browse-models.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.
