# Search

A unified search across every catalog on `stratix.layerlens.ai`.

## What it covers

* Models (by name, provider, capability)
* Benchmarks (by name, capability)
* Public evaluations (by model + benchmark)
* Public evaluation spaces

## Operators

The search bar accepts natural-language queries plus a small set of operators:

| Operator      | Example              | Meaning                                   |
| ------------- | -------------------- | ----------------------------------------- |
| `provider:`   | `provider:anthropic` | Filter by provider                        |
| `capability:` | `capability:code`    | Filter by capability tag                  |
| `license:`    | `license:open`       | Filter by licensing                       |
| `benchmark:`  | `benchmark:mmlu`     | Filter to results on a specific benchmark |

Operators combine with free text: `provider:openai code reasoning`.

## Result layout

Results group by type — models first, then benchmarks, then public evaluations, then spaces — with a count per group.

## Where to next

* [Models catalog](/5.-select-pick-the-model/models-catalog.md)
* [Benchmarks catalog](/5.-select-pick-the-model/benchmarks-catalog.md)
* [Public evaluations](/5.-select-pick-the-model/public-evaluations.md)
* [Public evaluation spaces](/5.-select-pick-the-model/public-evaluation-spaces.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/search.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.
