Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 14 additions & 4 deletions docs/customize/model-providers/top-level/inception.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ sidebarTitle: "Inception"
schema: v1

models:
- name: <MODEL_NAME>
- name: Mercury 2
provider: inception
model: <MODEL_ID>
model: mercury-2
apiKey: <INCEPTION_API_KEY>
```
</Tab>
Expand All @@ -33,9 +33,9 @@ sidebarTitle: "Inception"
{
"models": [
{
"title": "<MODEL_NAME>",
"title": "Mercury 2",
"provider": "inception",
"model": "<MODEL_ID>",
"model": "mercury-2",
"apiKey": "<INCEPTION_API_KEY>"
}
]
Expand All @@ -44,6 +44,16 @@ sidebarTitle: "Inception"
</Tab>
</Tabs>

## 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.

<Info>
**Check out a more advanced configuration [here](https://continue.dev/inceptionlabs/mercury-coder?view=config)**
</Info>
Loading