model
gpt-5.2-codex
gpt-5.2-pro
gpt-5.3-codex
gpt-5.4-pro
Authorization: Bearer ********************
{ "model": "gpt-5.2-codex", "input": "你好", "reasoning": { "effort": "medium" } }
curl --location 'https://api.chatfire.site/v1/responses' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "model": "gpt-5.2-codex", "input": "你好", "reasoning": { "effort": "medium" } }'
{}