You can get an API key from the Inception Dashboard.

Chat model

We recommend configuring Mercury Coder Small as your chat model.
config.yaml
models:
  - uses: inceptionlabs/mercury-coder-small
    with:
      INCEPTION_API_KEY: ${{ secrets.INCEPTION_API_KEY }}

Autocomplete model

We also recommend configuring Mercury Coder Small as your autocomplete model.
config.yaml
models:
  - uses: inceptionlabs/mercury-coder-small
    with:
      INCEPTION_API_KEY: ${{ secrets.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.