``` curl https://api-inference.huggingface.co/models/bigcode/starcoder/ \ -X POST \ -d '{"inputs": "def print" , "stream": false}' \ -H "Authorization: Bearer <your-read-token>" \ -H "Content-Type: application/json" ```