Skip to content

Usando AICentOS com Droid CLI

Instalação

bash
curl -fsSL https://app.factory.ai/cli | sh
powershell
irm https://app.factory.ai/cli/windows | iex

Configurar Modelo

Edite ~/.factory/config.json:

json
{
  "custom_models": [
    {
      "model_display_name": "aicentos-gpt5",
      "model": "gpt-5",
      "base_url": "https://www.aicentos.com/v1",
      "api_key": "SUA_CHAVE_AICENTOS",
      "provider": "generic-chat-completion-api",
      "max_tokens": 1280000
    }
  ]
}

Importante

Substitua SUA_CHAVE_AICENTOS pela sua API Key.

Iniciar Diretamente

Digite droid, entre /model, e selecione aicentos-gpt5 em Custom Model.