> For the complete documentation index, see [llms.txt](https://omnitool-ai.gitbook.io/omnitool/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://omnitool-ai.gitbook.io/omnitool/advanced/use-local-models.md).

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