# Use Local Models

## Supported Local APIs

For a detailed list of all the local apis supported by Omnitool, visit [Omnitool Local API templates](https://github.com/omnitool-ai/omni-core-blocks/tree/main/server/templates). Here is a quick list of supported software that allows to run models locally:

* [ollama](https://ollama.com/)
* [automatic1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
* [ComfyUI](https://github.com/comfyanonymous/ComfyUI)
* [lm-studio](https://lmstudio.ai/)
* [oobabooga/text-generation-webui](https://github.com/oobabooga/text-generation-webui)

## Steps to Activate Local APIs

1. **Install the Local Software:**
   * Make sure to install the necessary local software. Follow the instructions provided on their respective websites or GitHub repositories.
2. **Verify Service Status:**
   * Ensure that the local software is active and running properly.
3. **Select and Install Local API**:

   * Navigate to the side menu and click the **Local APIs** button in the sidebar to view the local APIs supported by Omnitool.&#x20;

   <figure><img src="/files/ZGFm9v3bVvmay6yMoe7Z" alt="" width="110"><figcaption></figcaption></figure>

   * Choose the desired Local API and install. Note: `Install` here refers to integrating the local service into blocks.

   <figure><img src="/files/SA6sMQHpclG5utp29vGp" alt=""><figcaption></figcaption></figure>
4. **Locate Installed Blocks**:

   * Once installed, you can find these blocks in the '**Add Blocks**' section of top menu. For instance, here's how to find the block for `Automatic1111`.

   <figure><img src="/files/HSDn6PxIv2aHROeZxqFU" alt=""><figcaption></figcaption></figure>


---

# 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://omnitool-ai.gitbook.io/omnitool/advanced/use-local-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.
