intelligence, unleashed.
build fast. create smart.
qwen3-32b inference delivers 2,400 tokens/sec with hybrid reasoning and tool support.
- CLI — terminal chat completions
- Integration — compatible with openrouter.ai
git clone https://github.com/bniladridas/cli.git
cd cli
echo"API_KEY=your_api_key_here"> .env
mkdir build &&cd build
cmake ..
make./build/clie --model qwen-3-32b --prompt "you are a helpful assistant."- cmake 3.10+
- c++17 compiler
- libcurl, nlohmann/json
macos
brew install cmake curl nlohmann-jsonubuntu/debian
sudo apt install cmake libcurl4-openssl-dev nlohmann-json3-devsrc/— clie sourcedocs/— licensescripts/— helpersCMakeLists.txt— build configSECURITY.md— security infoUSAGE_POLICY.md— usage policy
