Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 1.16 KB

File metadata and controls

34 lines (31 loc) · 1.16 KB
title NCompass
description Configure NCompass Technologies with Continue to access their fast inference engine for open-source models like Google's Gemma 3 Coder

The nCompass Technologies API exposes an extremely fast inference engine for open-source language models. You can sign up here, copy your API key on the initial welcome screen, and then hit the play button on any model from the nCompass Models list. Change ~/.continue/config.json to look like this:

```yaml title="Package or config.yaml" models: - name: Ncompass Gemma 3 Coder provider: ncompass model: google/gemma-3-27b-it apiKey: ``` ```json title="config.json" { "models": [ { "title": "Ncompass Gemma 3 Coder", "provider": "ncompass", "model": "google/gemma-3-27b-it", "apiKey": "" } ] } ```

View the source