> ## Documentation Index
> Fetch the complete documentation index at: https://docs.standardcomputers.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Standard Intelligence: SIM and Ollama AI on Device

> Learn about the Standard Intelligence Model (SIM) and how to use Ollama-compatible models with your Standard System for AI-powered queries.

Standard Intelligence refers to the AI capabilities built into your Standard System. All AI processing runs on-device, keeping your data private and eliminating reliance on external cloud services.

<Tip>
  Use the Standard Intelligence Model (SIM) for best performance. SIM has native access to all Standard records across your entire system, giving it full context that third-party models cannot reach.
</Tip>

## Ollama

You can choose to use Ollama and any model available under that software to run AI on your Standard System. This will result in transaction delays because Standard does not maintain an Ollama session and starts a new instance with each query. The Standard Intelligence Model (SIM) is built in and is the only AI model that can access the entirety of the Standard System.

## Configuration

To configure the AI model, set the `model` property in your `config.conf`:

* Use `standard` to use the Standard Intelligence Model (SIM)
* Use any Ollama model name to route queries through Ollama instead

```text theme={null}
model=standard
```

```text theme={null}
model=llama3
```
