diff --git a/docs/customize/model-providers/top-level/inception.mdx b/docs/customize/model-providers/top-level/inception.mdx index 4c48e709c1..b9803778be 100644 --- a/docs/customize/model-providers/top-level/inception.mdx +++ b/docs/customize/model-providers/top-level/inception.mdx @@ -22,9 +22,9 @@ sidebarTitle: "Inception" schema: v1 models: - - name: + - name: Mercury 2 provider: inception - model: + model: mercury-2 apiKey: ``` @@ -33,9 +33,9 @@ sidebarTitle: "Inception" { "models": [ { - "title": "", + "title": "Mercury 2", "provider": "inception", - "model": "", + "model": "mercury-2", "apiKey": "" } ] @@ -44,6 +44,16 @@ sidebarTitle: "Inception" +## Available models + +| Model | Context length | Recommended use | +| --- | --- | --- | +| `mercury-2` | 128k | Chat with tool calling and structured outputs | +| `mercury-edit-2` | 32k | Autocomplete, apply edit, and next edit suggestions | +| `mercury-coder-small` | 32k | Coding tasks | + +`mercury-2` supports tool calling in Continue. + **Check out a more advanced configuration [here](https://continue.dev/inceptionlabs/mercury-coder?view=config)**