cURL
curl --request POST \ --url https://alltoken.aatest.online/v1/responses \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "model": "<string>", "input": "<string>" } '
{ "id": "<string>", "output": [ {} ] }
OpenAI Responses 接口。
Bearer YOUR_API_KEY
{ "model": "glm-4", "input": "请概括 AllTokens 的核心价值。" }