Cerebras Setup Guide
This guide will help you set up Janito to use Cerebras as an LLM provider.
Prerequisites
- A Cerebras account
 - An API key from Cerebras
 
Getting an API Key
- Visit the Cerebras API Keys page
 - Log in to your account
 - Generate a new API key
 - Copy the API key for use in Janito
 
Configuration
To configure Janito to use Cerebras, you need to set your API key:
janito --set-api-key YOUR_CEREBRAS_API_KEY -p cerebras
Replace YOUR_CEREBRAS_API_KEY with the API key you obtained from Cerebras.
Usage
After setting up your API key, you can use Cerebras models with Janito:
janito -p cerebras "Hello, how are you?"
By default, Janito will use the qwen-3-coder-480b model. You can specify a different model if needed:
janito -p cerebras -m qwen-3-coder-480b "Explain quantum computing"
Available Models
Cerebras offers several models through their API:
Production Models:
llama-4-scout-17b-16e-instructllama-3.3-70bllama3.1-8bqwen-3-32b
Preview Models:
llama-4-maverick-17b-128e-instructqwen-3-235b-a22b-instruct-2507qwen-3-235b-a22b-thinking-2507qwen-3-coder-480bgpt-oss-120b
Notes:
qwen-3-coder-480b: 32k context, reasoning-focused model with function calling support
Troubleshooting
If you encounter issues:
- Verify your API key is correct and active
 - Check that you have internet connectivity
 - Ensure you're using a supported model name
 - Check the Cerebras status page for any service outages
 
For further assistance, consult the Cerebras documentation.