> For the complete documentation index, see [llms.txt](https://docs.nexos.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexos.ai/workspace/settings/organization/models.md).

# Models

### Models

{% stepper %}
{% step %}

### Pick your model

Click "add a model" to start setting up&#x20;
{% endstep %}

{% step %}

### Model configurations

Select the model you want to work with (have guardrails, trusted badge, etc), and give it a name.

<figure><img src="/files/p76PyyXGdscnKOqV5Yv1" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Set timeouts

In short - how long should the model try before giving up.&#x20;

{% hint style="info" %}
**Timeout** - milliseconds for model to timeout with no stream functionality. If field is left empty, default will be used. Default is 60 000ms.\
**Stream timeout** - milliseconds for model to timeout with stream functionality. If field is left empty, default will be used. Default is 300 000ms.
{% endhint %}
{% endstep %}

{% step %}

### Fallback models

Add backup models in order of preference. If your main model fails, it automatically switches to the next best option.
{% endstep %}

{% step %}

### Trusted models

These are organization-wide approved models that follow your company's policies.

As an admin, you have the power to showcase which models are the safest to use with sensitive information.&#x20;
{% endstep %}

{% step %}

### Save and add more models

Repeat the process with all needed models, and edit or delete them anytime from "models" tab.&#x20;
{% endstep %}
{% endstepper %}


---

# 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.nexos.ai/workspace/settings/organization/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.
