把 base_url 换成壹道云 Token 平台地址即可:
curl https://www.osunshineyh.cloud/v1/chat/completions \
-H "Authorization: Bearer sk-你的令牌" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-4o-mini",
"messages": [{"role":"user","content":"你好"}]
}'