{ "model": "gpt-4.1", "input": "你好" }
curl --location 'https://api.chatanywhere.tech/v1/responses' \ --header 'Authorization: Bearer sk-xxxxxxxxxx' \ --header 'Content-Type: application/json' \ --data '{ "model": "gpt-4.1", "input": "你好" }'
{}