How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="APRKDEV/icarus-1-70b-Q4_K_M-GGUF",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

Icarus-1 70B Flagship [GGUF]

Icarus-1 70B is the flagship reasoning kernel of the Icarus lineage, synthesized for heavy logic, deep mathematical deduction, and high-fidelity code generation. This repository contains the optimized GGUF weights, specifically quantized for high-performance local inference.

Specifications

  • Lineage: Icarus (Text & Reasoning)
  • Parameters: 70.6B
  • Quantization: Q4_K_M (High performance, minimal logic loss)
  • Base Kernel: Icarus-1 70B Heavy Reasoning Kernel
  • Identity Protocol: Neonaut Sovereign Purification

Quantization Details

This distribution was synthesized using a high-performance build of the GGUF toolchain. The Q4_K_M format was selected as the optimal balance for reasoning tasks, providing 4-bit quantization for most tensors while maintaining higher precision for critical attention and feed-forward layers.

Deployment

This model is best utilized with GGUF-compatible backends.

# Example Inference
./icarus-cli -m icarus_70b_Q4_K_M.gguf -p "Analyze the following logical paradox..."

© 2026 Neonaut Intelligence Laboratory. Made by APRK.

Downloads last month
26
GGUF
Model size
71B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support