How to use from
Pi
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf super-inference/super-12B-ste-coding:
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": "super-inference/super-12B-ste-coding:"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

super-12B-ste-coding : GGUF

This model was finetuned and converted to GGUF format using Unsloth.

Example usage:

  • For text only LLMs: llama-cli -hf super-inference/super-12B-ste-coding --jinja
  • For multimodal models: llama-mtmd-cli -hf super-inference/super-12B-ste-coding --jinja

Available Model files:

  • gemma-4-12B-agentic-fable5-composer2.5-v2-3.5x-tau2.Q6_K.gguf
  • gemma-4-12B-agentic-fable5-composer2.5-v2-3.5x-tau2.BF16.gguf
  • gemma-4-12B-agentic-fable5-composer2.5-v2-3.5x-tau2.Q4_K_M.gguf
  • gemma-4-12B-agentic-fable5-composer2.5-v2-3.5x-tau2.F16.gguf
  • gemma-4-12B-agentic-fable5-composer2.5-v2-3.5x-tau2.Q8_0.gguf
  • gemma-4-12B-agentic-fable5-composer2.5-v2-3.5x-tau2.BF16-mmproj.gguf This was trained 2x faster with Unsloth
Downloads last month
389
GGUF
Model size
12B params
Architecture
gemma4
Hardware compatibility
Log In to add your hardware

4-bit

6-bit

8-bit

16-bit

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