GET /v1/modelsPOST /v1/chat/completions200 OK · 42 tok/s
LOCAL API
Serve models like a local OpenAI endpoint.
Load a GGUF model, tune context and GPU layers, then connect any OpenAI SDK or your own HTTP client. Streaming is supported.
Read server manual →
MEDIA PIPELINE
Generate with a transparent, scriptable CLI.
Pass a prompt, model, sampler, dimensions, and output path. The same engine powers the Diffuser GUI and batch workflows.
Read diffuser manual →
metadata42 keys
tensor.dataQ4_K_M
tokenizer.ggml✓ valid
MODEL MAINTENANCE
Understand what is inside your model file.
Inspect metadata and tensors in the GUI, or quantize from GGUF or safetensors directly from a repeatable command.
Read editor manual →