Skip to content

Chutes API Key

Chutes uses the Bittensor network for authentication, which means you'll need a Bittensor wallet to get an API key.

Easiest Method: Automatic Setup

  1. Create an Account: Visit the Chutes.ai website and click "Create Account".
  2. Follow the Guide: The website will guide you through an automatic setup process that creates a Bittensor wallet and your Chutes account.
  3. Get Your API Key: Once your account is set up, navigate to the "API" or "API Keys" section of your dashboard to find and create your API key.

Manual Method: For Advanced Users

If you prefer to create your own Bittensor wallet:

  1. Install Bittensor: You'll need to install the Bittensor command-line tool. bash pip install 'bittensor<8'
  2. Create a Wallet: Use the btcli tool to create a new coldkey (your main wallet) and a hotkey (for signing). bash btcli wallet new_coldkey --n_words 24 --wallet.name my-chutes-wallet btcli wallet new_hotkey --wallet.name my-chutes-wallet --n_words 24 --wallet.hotkey my-hotkey
  3. Register with Chutes: Run the chutes register command and follow the prompts to link your new wallet.
  4. Get Your API Key: After registering, log in to the Chutes.ai website and go to the "API Keys" section to create your key.

Using Your Key in DREAMIO

Once you have your key, paste it into the "Your Chutes API key" field in the text generation settings in DREAMIO.