How to add a system prompt on HF Inference API for Llama 8B Instruct?

I’m using meta-llama/Meta-Llama-3-8B-Instruct through Hugging Face’s Inference API for zero-shot NER. I want to add a system prompt but the only available field in the API is “inputs”. Please help.