> ## Documentation Index
> Fetch the complete documentation index at: https://togetherai-migration.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Completions

## Run a completion

To run a completion for a language or code model, use the `together completions` method.

Pass the prompt in as the first argument, and use the `--model` option to choose your model:

```sh Shell theme={null}
together completions "Large language models are " \
  --model mistralai/Mixtral-8x7B-Instruct-v0.1
```

## View all commands

To see all the available completions commands, run:

```sh Shell theme={null}
together completions --help
```

***
