Models and providers
Provider resolution follows this order:
- An explicit OpenAI-compatible provider configured with
OPENAI_BASE_URLandOPENAI_API_KEY, or an active profile inproviders.toml. - siGit Code Cloud when you are logged in.
- An on-device model.
OPENAI_BASE_URL=https://api.example.com/v1 \
OPENAI_API_KEY=your-key \
sigitOn macOS, local models use the shared App Group cache so a model downloaded by the siGit desktop app can be reused by the CLI.
Last updated on