How to use from
Pi
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama-server -hf APRKDEV/icarus-1-3b:Q4_K_M
Configure the model in Pi
# Install Pi:
npm install -g @mariozechner/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "llama-cpp": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "APRKDEV/icarus-1-3b:Q4_K_M"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

ICARUS-1 3B

Icarus-1 3B is a proprietary deep reasoning kernel engineered from the ground up by Neonaut Studio. It features a custom neural architecture optimized for zero-latency institutional chat and rapid tactical synthesis.

Specifications

  • Architecture: Icarus-1
  • Parameters: 3.0B
  • Precision: Q4_K_M GGUF
  • Context Length: 8,192 Tokens
  • License: Proprietary (Neonaut Studio)

Initiate the Kernel. Control the future.

Downloads last month
243
Safetensors
Model size
3B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support