Local LLM Prompt & ChatML Builder
Format system prompts, user turns, and assistant outputs into valid ChatML, Llama-3, and DeepSeek templates 100% client-side.
When deploying edge AI or running local GGUF models in-browser (via WebGPU / WASM ONNX) or locally via Ollama / LM Studio, prompt formatting must match the exact token delimiters of your model weights:
- SmolLM-135M-Instruct: ~90 MB download ·
Q4_K_M4-bit quantized · Ideal for ultra-fast in-browser micro-chat (50+ tok/s) - Qwen2.5-0.5B-Instruct: ~290 MB download ·
Q4_K_M4-bit quantized · Exceptional multi-turn logic & code generation - Llama-3.2-1B / 3B: ~1.1 GB download ·
Q4_K_M4-bit quantized · Standard Llama-3 special header tokens
Specifications & Specifications: Powered by open-source ChatML (<|im_start|>), Llama-3 (<|start_header_id|>), DeepSeek-V3, and Mistral GGUF Jinja2 chat template standards.
⚖️ Legal Notice: This prompt template builder utility is provided "as is", without warranty of any kind, express or implied, including but not limited to warranties of merchantability or fitness for a particular purpose. All prompt formatting occurs 100% locally inside your browser memory; zero prompt strings are saved or uploaded to remote servers.