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:

together completions "Large language models are " \
  --model mistralai/Mixtral-8x7B-Instruct-v0.1

View all commands

To see all the available completions commands, run:

together completions --help