curl http://localhost:8000/v1/chat/completions -H "Content-Type: application/json" -d '{ "model": "seed-oss", "messages": [ { "role": "user", "content": "你是谁" } ], "chat_template_kwargs": { "thinking": true } }'