Use GPT-5.6, Kimi K3 & GLM 5.2 Free in KeelCode CLI
Install KeelCode CLI with Bun, sign in, select GPT-5.6, Kimi K3, GLM 5.2, or DeepSeek V4 Flash, and test the available free allowance.
0 of 3 steps complete
KeelCode CLI provides a terminal interface for working with several hosted AI models from one tool. This tutorial keeps the original three-step setup and screenshots while adding verification, troubleshooting, privacy guidance, and clearer commands for Windows, macOS, and Linux.
At the time this guide was prepared, the KeelCode model picker displayed options such as GPT-5.6, Kimi K3, GLM 5.2, and DeepSeek V4 Flash, and the service advertised a free daily allowance. KeelCode is a third-party service, so its available models, request limits, authentication flow, and pricing can change without changes to the CLI package. Check the current dashboard or terminal model picker rather than treating a specific daily number as permanent.
You will first install Bun, use Bun to install the KeelCode package globally, authenticate your account, launch the CLI in a test folder, and choose a model with the /model command. No separate model-provider API key is required for the login flow shown here, although a KeelCode account and internet connection are required.
Before using a hosted AI tool with real work, review its terms and privacy policy. Avoid submitting passwords, private keys, customer data, or confidential source code unless the service is approved for that information.
Install Bun
KeelCode is distributed through Bun, a JavaScript runtime and package manager. If Bun is already installed, run bun --version and continue to the next step. Otherwise, open the official Bun website at https://bun.com or https://bun.sh and review the installation command for your operating system.
For macOS or Linux, the published installer command is:
curl -fsSL https://bun.sh/install | bash
For Windows PowerShell, use:
powershell -c "irm bun.sh/install.ps1 | iex"
These commands download and execute Bun's installer, so use only the official domain and inspect the script first if your security policy requires it. When installation finishes, close and reopen the terminal so the new PATH entry is loaded, then verify Bun:
bun --version
If the command is not found, follow the path instructions printed by the installer. On Windows, also confirm that you opened a new PowerShell window rather than reusing the session that existed before installation. The screenshot below shows the official Bun download page used for this step.
Install KeelCode CLI
Start Using KeelCode
Related AI setup guides
Install Claude Code Using OpenRouter (Free)
Get Claude Code running for free in minutes using OpenRouter's generous free-tier models. No Anthropic account needed.
AI Coding Assistants6 AI Agent Trends Shaping 2026
Explore multi-agent orchestration, coding agents, governance, agentic commerce, and the practical trends shaping AI products in 2026.
Open Source ModelsHow to Install OpenCode with Free Ox Alpha
This AI setup tutorial provides a direct, step-by-step guide to installing OpenCode and configuring the highly capable Ox Alpha model
AI Coding AssistantsInstall OpenAI Codex CLI
Run OpenAI's Codex CLI from your terminal to automate coding tasks, write scripts, and modify files with AI.