Get started with OpenCode and Berget AI

Use the Berget AI CLI to set up OpenCode, connect it to Berget AI, and run your first AI-assisted coding session on Swedish infrastructure.

In this tutorial, you'll install OpenCode and use the Berget AI CLI to connect it to Berget AI. By the end, you have a working AI coding assistant running on Swedish infrastructure.

Before you start

To complete this tutorial, you'll need:

Set up OpenCode

Install OpenCode

Install the OpenCode CLI using your preferred method.

curl -fsSL https://opencode.ai/install | bash
brew install anomalyco/tap/opencode
npm install -g opencode-ai

Verify the installation by running:

opencode --version

Run the setup wizard

Run the interactive setup to authenticate and configure the Berget AI provider for OpenCode:

npx berget code init

Start OpenCode

opencode

Type /models to select a model. We recommend GLM 4.7 for coding tasks.

What you built

You now have OpenCode running as an AI coding assistant in your terminal, backed by Berget AI. Every prompt you send—your code, your questions, the responses—stays within the EU and is processed on Berget AI's European infrastructure.

For more information on how to use OpenCode, see the OpenCode docs.

For more information how to use OpenCode, see the OpenCode docs.

Next steps

  • Models—browse available models
  • Quickstart—call Berget AI directly from your own code

On this page