curl http://localhost:8000/api/v1/chat/completions \ -H "Content-Type: application/json" \ -d '{ "model": "Qwen3-Coder-30B-A3B-Instruct-GGUF", "messages": [{"role": "user", "content": "Who are you?"}], "stream": false }' curl http://localhost:8000/api/v1/stats