Skip to main content

General steps

Orbit AI API Team2026/07/113 min read

Before configuring a CLI, install AI Toolbox and have your Orbit AI API key and model name ready.

Download the correct installer

Download from the Assets section of AI Toolbox Releases. Version numbers change; choose by filename suffix:

DeviceDownload file
Windows PCAI.Toolbox_<version>_x64-setup.exe
Mac with Apple silicon (M1 / M2 / M3 / M4)AI.Toolbox_<version>_aarch64.dmg
Mac with Intel processorAI.Toolbox_<version>_x64.dmg
Linux (Debian / Ubuntu)AI.Toolbox_<version>_amd64.deb
Linux (portable distribution)AI.Toolbox_<version>_amd64.AppImage

Do not download .sig signature files or Source code archives. Windows users usually need x64-setup.exe. If you do not know which processor your Mac uses, open About This Mac from the Apple menu and check the Chip field.

Prepare your configuration

  1. Sign in to the Orbit AI API Console and create an API key.
  2. Confirm the model name in the Model Gallery.
  3. Open AI Toolbox and select the CLI module you want to configure.
  4. Add Orbit AI API as a provider with Base URL https://orbitaiapi.site/v1 and your API key.

Continue to the Claude Code, Codex, or OpenCode guide.