@bohe【薄荷公益站】上新分组,codex分组 中发帖

[!note] 分组选择:kyx分组 

[image]
codex模型放在二星和三星是有点速率低了,所以就单独拎出来了,全站都可以用,速率限制是5分钟50次,自己按需蹬吧
最好就是用在codex上面咯,普通聊天调用确实不大好调用,不过我实测的话,在cherrystudio上面是可用的,选择oai渠道,填入url和key就可以了
[image]
curl的话:
curl --location --request POST 'https://x666.me/v1/responses' \
--header 'authorization: Bearer sk-' \
--header 'content-type: application/json' \
--data-raw '{
"model": "gpt-5.2",
"input": [
{
...