Using NBility with Droid CLI
Install Droid CLI
bash
curl -fsSL https://app.factory.ai/cli | shpowershell
irm https://app.factory.ai/cli/windows | iexConfigure Model
Edit ~/.factory/config.json with the following content:
json
{
"custom_models": [
{
"model_display_name": "nbility-gpt5",
"model": "gpt-5",
"base_url": "https://nbility.dev/v1",
"api_key": "YOUR_NBility_KEY",
"provider": "generic-chat-completion-api",
"max_tokens": 1280000
}
]
}Important
Replace YOUR_NBility_KEY with your NBility API Key.
Launch Directly
After configuration, type droid in your terminal, enter /model, and select nbility-gpt5 from Custom Model to start using it.