curl http://localhost:8000/v1/chat/completions -H "Content-Type: application/json" -d '{ "model": "teleai_t1", "messages": [ { "role": "user", "content": "介绍一下你自己" } ], "chat_template_kwargs": { "thinking": true } }'