cURL
curl --request POST \ --url https://alltoken.aatest.online/v1/responses/compact \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "model": "<string>", "input": "<string>" } '
{ "output_text": "<string>" }
紧凑模式 Responses 接口。
{ "model": "glm-4", "input": "写一个产品标语。" }