Continue is a powerful AI assistant for coding, which you can use with your LiteLLM API key. Follow the steps below to set it up.



Note that you do not need to sign in, but use the “Local Assistant”

<aside> 💡
To add other models click on “Add Chat model” (shown below) and then on “config file” (shown above)

</aside>
Example (Using only LiteLLM models, easy setup):
name: Local Assistant
version: 1.0.0
schema: v1
models:
- name: Claude 3.7 Sonnet
provider: anthropic
model: claude-3-7-sonnet
apiBase: <https://litellm.sph-prod.ethz.ch/v1>
apiKey: your-api-key
roles:
- chat
- edit
- name: Claude 3.5 Sonnet
provider: anthropic
model: claude-3-5-sonnet
apiBase: <https://litellm.sph-prod.ethz.ch/v1>
apiKey: your-api-key
roles:
- apply
- autocomplete
context:
- provider: code
- provider: docs
- provider: diff
- provider: terminal
- provider: problems
- provider: folder
- provider: codebase
OpenAI: