If you want to use models through Nbility in Droid CLI, configure a custom model.
Install Droid CLI
Use the command for your system:
curl -fsSL https://app.factory.ai/cli | sh
irm https://app.factory.ai/cli/windows | iex
Configure a Model
Open ~/.factory/config.json and add or edit content similar to this:
{
"custom_models": [
{
"model_display_name": "nbility-gpt5",
"model": "gpt-5",
"base_url": "https://api.nbility.dev/v1",
"api_key": "YOUR_NBility_KEY",
"provider": "generic-chat-completion-api",
"max_tokens": 1280000
}
]
}
Important: Replace
YOUR_NBility_KEYwith your own token from /console/token.
Start and Switch Models
After configuration, run:
droid
In the interface, enter:
/model
Then choose nbility-gpt5 from the Custom Model list to start using it.
Tips
- Keep only one custom model for the first integration so troubleshooting is easier
- If requests fail, first check whether
base_urlishttps://api.nbility.dev/v1 - To switch models later, edit
modeland the display name