铁板油鱼 (@minchieh)GPT5.5 积分换的 分享给大家用 中发帖

gpt5.5的key 自己不会用  你们拿去用吧  用积分换的 
他提示要在工具中用 
01 %curl -sS 'https://codex.hiyo.top/v1/chat/completions' \\

  -X POST \\

  -H 'content-type: application/json' \\

  -H 'authorization: Bearer sk-d9e435ef4f92841ede6b80a004704b8f7a4975173dbb1ff786d8b8d921c13468' \\

  --data-binary '{

  "model": "gpt-5.5",

  "messages": \[

    {

      "role": "user",

      "content": "just say hi, nothing else"

...
 
 
Back to Top