# AI-R: Model Switching & Confidence Control

AI-R now gives you greater control over your detection models enabling operators to configure detection accuracy and performance to their environment in real time.

This release introduces two powerful new controls:

1. **Model Selection:** Switch between *Larger Object Detection* and *Smaller Object Detection*
2. **Confidence Threshold Adjustment:** Fine-tune your detection sensitivity directly from the dashboard letting you decide if AI-R prioritizes catching every possible detection or filtering for only high-confidence results.

### Configuring Detection Behaviour

In the **AI-R Settings** panel inside the Cockpit View, you’ll now find:

#### Model Type Dropdown

* **Large Object Detection Model** – optimized for close-range, high-confidence detection of people and vehicles.
* **Small Object Detection Model** – optimized for identifying people and vehicles at longer ranges or when targets appear smaller in wide-area surveillance missions.

<figure><img src="/files/RNBTXfAb6zaAvUeiFDn7" alt=""><figcaption><p>AI Detection Settings</p></figcaption></figure>

<figure><img src="/files/ClMwsb5TFM6qxrTVToF1" alt=""><figcaption><p>Detection model selection</p></figcaption></figure>

### Confidence Threshold Slider

The **Confidence Threshold** slider lets you choose a value between **0% and 100%**, determining how confident the AI must be before labeling an object as detected.

* Lower values = more detections (less strict).
  * Useful when you don’t want to miss anything Eg, detecting small or far-away objects.
* Higher values = fewer detections (higher precision).
  * Useful for precision-critical environments. Eg, perimeter security or automated alert

<figure><img src="/files/gcx3JsC15tlmtQKp8hVn" alt=""><figcaption><p>Adjusting Confidence Threshold</p></figcaption></figure>

Please feel free to reach out to **<support@flytbase.com>** for more information on FlytBase AI-R.


---

# 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://releases.flytbase.com/october-2025/ai-r-model-switching-and-confidence-control.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.
