How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf MoonieJeon/COSMOS-3B
# Run inference directly in the terminal:
llama cli -hf MoonieJeon/COSMOS-3B
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf MoonieJeon/COSMOS-3B
# Run inference directly in the terminal:
llama cli -hf MoonieJeon/COSMOS-3B
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf MoonieJeon/COSMOS-3B
# Run inference directly in the terminal:
./llama-cli -hf MoonieJeon/COSMOS-3B
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf MoonieJeon/COSMOS-3B
# Run inference directly in the terminal:
./build/bin/llama-cli -hf MoonieJeon/COSMOS-3B
Use Docker
docker model run hf.co/MoonieJeon/COSMOS-3B
Quick Links

COSMOS-3B

COSMOS-3B is a sovereign language model optimized for structured writing and professional assistance. It is designed for seamless offline execution, ensuring complete data privacy and sovereignty.

Technical Specifications

  • Base Model: Phi-3-Mini (3.8B)
  • Quantization: Q4_K_M
  • Format: GGUF (Optimized for LLamaSharp)
  • Primary Goal: Structured content generation (AIDA framework).

Why COSMOS-3B?

COSMOS-3B is the core inference engine of the Aether Project, built to address three critical needs:

  1. Resilience: Fully operational without internet dependency.
  2. Privacy: On-device processing ensures that user data never leaves the local environment.
  3. Interoperability: Standardized GGUF format for cross-platform compatibility.

Compatibility

COSMOS-3B is provided in GGUF format. It is compatible with all standard GGUF-compliant inference engines, including (but not limited to) LLamaSharp (C#), llama.cpp (C++), and various PHP-based LLM frameworks.

License

This model is distributed under the MIT license. This ensures maximum flexibility and transparency for your projects.

Downloads last month
180
GGUF
Model size
4B params
Architecture
phi3
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for MoonieJeon/COSMOS-3B

Quantized
(176)
this model