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 bartowski/openai_gpt-oss-120b-GGUF-MXFP4-Experimental
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": "bartowski/openai_gpt-oss-120b-GGUF-MXFP4-Experimental"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

Llamacpp experimental Quantizations of gpt-oss-120b by Open AI

Using llama.cpp branch gpt-oss-mxfp4, PR here: https://github.com/ggml-org/llama.cpp/pull/15091

You must use that branch in order to run the model

Original model: https://huggingface.co/openai/gpt-oss-120b

This is a single static quant in the new MXFP4 format, rest of sizes will come after PR is merged

Downloads last month
136
GGUF
Model size
117B params
Architecture
gpt-oss
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. πŸ™‹ 2 Ask for provider support

Model tree for bartowski/openai_gpt-oss-120b-GGUF-MXFP4-Experimental

Quantized
(111)
this model