# 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: 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/2.-get-started/browse-models.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.
