curl https://open.cuikex.cn/api/paas/v1/chat/completions \
-H "Authorization: Bearer <密钥>" -H "Content-Type: application/json" \
-d '{"model":"gpt-6-astra","messages":[{"role":"user","content":"你是谁?"}]}'