OpenCode
Terminal-based AI coding assistant
Continue.dev
Open-source AI assistant for VS Code and JetBrains
Cursor
AI-powered code editor with rules support
Cline
VS Code extension with OpenAI-compatible providers
OpenCode
OpenCode is a terminal-based AI coding assistant. Opper works as a provider through OpenCode’s OpenAI-compatible provider support.Automated setup
Runnpx @opperai/setup and select OpenCode to configure it automatically.
Manual setup
- Download the OpenCode config file from the setup repository and save it to
~/.config/opencode/opencode.json:
- Set your Opper API key as an environment variable:
- Start OpenCode — Opper will appear as a provider with all available models.
models section in the config file using the same format.
Continue.dev
Continue.dev is an open-source AI code assistant for VS Code and JetBrains. Opper works as an OpenAI-compatible provider.Automated setup
Runnpx @opperai/setup and select Continue to configure it automatically.
Manual setup
- Edit
~/.continue/config.yamland add an Opper model to themodelslist:
- Restart your editor. Opper will appear as a model option in Continue.
model and name fields.
Cursor
Opper provides markdown rules files that give Cursor context about how to use the Opper SDKs. When attached as rules, Cursor will use the Opper SDK correctly when generating code.Setup
-
Download the
.mdcfile for your language: -
Place it in your project at
.cursor/rules/opper.mdc. - In Cursor, make sure the rule is set to Always (or your preferred activation mode).
- “Build me a simple console-based chat app”
- “Index the website https://docs.opper.ai and allow me to ask questions on it”
Cline
Cline supports both OpenAI-compatible providers and skills.Using Opper as a provider
Cline can use Opper’s OpenAI-compatible endpoint for model access. This is configured through the Cline UI:- Open the Cline settings panel in VS Code.
- Select OpenAI Compatible as the API Provider.
- Set the Base URL to
https://api.opper.ai/v2/openai. - Enter your Opper API key (get one at platform.opper.ai).
- Set the Model ID to any model available on Opper (e.g.
gcp/gemini-2.5-flash-eu).
Installing skills
Cline supports skills through its experimental Skills feature. Enable it in Cline settings, then install Opper skills to.cline/skills/: