Skip to main content

Inception

info

You can get an API key from the Inception Dashboard.

Chat model

We recommend configuring Mercury Coder Small as your chat model.

config.json
{
"models": [
{
"title": "Mercury Coder Small",
"provider": "inception",
"model": "mercury-coder-small",
"apiKey": "<INCEPTION_API_KEY>"
}
]
}

Autocomplete model

We also recommend configuring Mercury Coder Small as your autocomplete model.

config.json
{
"tabAutocompleteModel": [
{
"title": "Mercury Coder Small",
"provider": "inception",
"model": "mercury-coder-small",
"apiKey": "<INCEPTION_API_KEY>"
}
]
}

Embeddings model

Inception currently does not offer any embeddings models.

Click here to see a list of embeddings model providers.

Reranking model

Inception currently does not offer any reranking models.

Click here to see a list of reranking model providers.