curl -X POST "http://localhost:8010/v1/chat/completions" -H "Content-Type: application/json" --data '{ "model": "miromind-ai/MiroThinker-v1.5-235B", "messages": [ { "role": "user", "content": "请介绍下自己" } ] }'