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 TeichAI/gpt-oss-20b-gpt-5-codex-distill-GGUF:
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": "TeichAI/gpt-oss-20b-gpt-5-codex-distill-GGUF:"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

IMPORTANT

This model is still in developement.

For the most reliable performance use the following sampling parameters:

  • temperature: 1
  • top_k: 40
  • min_p: 0.00
  • top_p: 1.00
  • repeat_penalty: 1.0 (off)

Uploaded finetuned model

  • Developed by: TeichAI
  • License: apache-2.0
  • Finetuned from model : unsloth/gpt-oss-20b-unsloth-bnb-4bit

This gpt_oss model was trained 2x faster with Unsloth and Huggingface's TRL library.

Downloads last month
819
GGUF
Model size
21B params
Architecture
gpt-oss
Hardware compatibility
Log In to add your hardware

8-bit

16-bit

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

Model tree for TeichAI/gpt-oss-20b-gpt-5-codex-distill-GGUF

Quantized
(204)
this model

Dataset used to train TeichAI/gpt-oss-20b-gpt-5-codex-distill-GGUF

Collection including TeichAI/gpt-oss-20b-gpt-5-codex-distill-GGUF