How to use hosted models
Small | Large | Thinking | |
---|---|---|---|
Speed | |||
Intelligence | |||
Problem-solving | |||
Recommended model | Mistral Small 3 | Claude 3.5 Sonnet | DeepSeek R1 |
Le Platforme
tab, go to API Keys
> Create new key
. Give your key a name and an expiration date and click on Create new key
.
mistral/mistral-small-latest
and go nuts.
openaicompatible/modelid
in the drop-down menu’s text field. Point the address to the OpenAI-compatible endpoint and set your API key.
You can also add models to the preset drop-down list via the appsettings.*.json
files in the src/Cellm
folder. Use appsettings.Local.OpenAiCompatible.json
as a starting point, edit the values, and put it next to Cellm-AddIn64-packed.xll
as appsettings.Local.json
.
In general, you should leave appsettings.json
alone and add your own configuration to appsettings.Local.json
only. Any settings in appsettings.Local.json
will override the default settings in appsettings.json
.