Think Models CLI

See the getting started docs for how to download and log in to the CLI.

Create a new Model Instance

evroc think modelinstance create mymistralinstance \
  --model mistralai/Ministral-8B-Instruct-2410 \
  --size 1-b200-27c-240g

List Model Instances in my organization

evroc think modelinstance ls
evroc think mi list

Delete a Model Instance

evroc think modelinstance rm mymistralinstance
evroc think mi rm mymistralinstance

Show all available Model sizes

evroc think sizes ls
evroc think sizes list

Show all available Models

evroc think models ls
evroc think models list