🔑
获取 API Key
×
API 连接凭证
接口地址 (Base URL) - 点击复制
https://api.xyamzw.top/v1
访问密钥 (API Key)
sk-****** (请前往控制台复制本人Key)
量子之海
希儿
寻找那一束透过深海的光
bash
curl
-X POST
"https://api.xyamzw.top/v1/chat/completions"
\
-H
"Authorization: Bearer sk-..."
\
-H
"Content-Type: application/json"
\
-d
'{
"model":
"gpt-5"
,
"messages": [ { "role":
"system"
, "content":
"string"
} ] }'