Blackbox AI
You can use the Blackbox AI CLI for AI-powered code generation, debugging, and project automation. Configure it to use AI Gateway for unified model access and spend monitoring.
Go to the AI Gateway tab of the Vercel dashboard and click API keys to create a new API key.
Install the Blackbox CLI for your platform:
Terminalcurl -fsSL https://blackbox.ai/install.sh | bashPowerShellInvoke-WebRequest -Uri "https://blackbox.ai/install.ps1" -OutFile "install.ps1"; .\install.ps1Run the configure command to set up AI Gateway:
Terminalblackbox configureWhen prompted:
- Select Configuration: Choose Configure Providers
- Choose Model Provider: Select Vercel AI Gateway
- Enter API Key: Paste your AI Gateway API key from the previous step
You can run
blackbox configureat any time to update your configuration.Run the CLI to start using it:
TerminalblackboxYour requests will now be routed through AI Gateway. You can verify this by checking your AI Gateway Overview in the Vercel dashboard.
View your usage, spend, and request activity in the AI Gateway tab of the Vercel dashboard. See the observability documentation for more details.
Was this helpful?