---
title: "Language Model"
description: "The LLM that powers your 01"
---

## Llamafile

Llamafile is cool!

## Llamaedge

Llamaedge is also cool!

## Hosted Models

01OS leverages liteLLM which supports [many hosted models](https://docs.litellm.ai/docs/providers/).

To select your providers

```bash
# Set the LLM service
poetry run 01 --llm-service openai
```

## Other Models

More instructions coming soon!