# Optional Synths

{% hint style="success" %}
**Robora offers a curated suite of pretuned and edge-optimized Ai Modules:** These AI Modules cover a broad spectrum of robotics and IoT needs.&#x20;

Each model will be versioned on-chain via the Model Registry, with metadata on performance benchmarks, resource needs, and compatibility (edge vs. cloud). Users can select or upgrade models in the dApp, ensuring the right “brain” for each mission.
{% endhint %}

Robora’s Synth Library provides a versatile suite of models that power diverse robotic applications. From perception and mapping to planning and natural interaction. Each model is optimized for edge deployment or cloud scaling, allowing you to choose the right “brain” to match your performance, latency, and resource requirements. Below is a curated selection of our pre-tuned and ready-to-integrate AI Modules:

* **Vision & Perception:** YOLOv8-Tiny, DeepLabv3+, Meta SAM
* **Localization & SLAM:** ORB-SLAM3, RTAB-Map, Google Cartographer
* **Control & Path Planning:** RRT, PPO, MPC modules
* **Language & Instruction:** GPT-4\[Vision], Gemini-lite, LLaMA-2
* **Edge & TinyML:** MobileNetV3, EfficientNet-lite, TinyML models
* **Domain-Specific Agents:** CropScout-V1/V2, InspectBot-V1, DroneSurveyor-V1 (aerial mapping), WarehouseBot (Inventory Sorting)&#x20;


---

# 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.robora.xyz/technical-framework/3d-drag-and-drop-builder/design/synth-library/optional-synths.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.
