Cerebras Inference
Cerebras Inference uses specialized silicon to provides fast inference.
- Create an account in the portal here.
- Create and copy the API key for use in Continue.
- Update your Continue config file:
- YAML
- JSON
Package or config.yaml
models:
- name: Cerebras Llama 3.1 70B
provider: cerebras
model: llama3.1-70b
apiKey: <YOUR_CEREBRAS_API_KEY>
config.json
{
"models": [
{
"title": "Cerebras Llama 3.1 70B",
"provider": "cerebras",
"model": "llama3.1-70b",
"apiKey": "<YOUR_CEREBRAS_API_KEY>"
}
]
}