cURL
curl --request POST \ --url https://alltoken.aatest.online/v1/chat/completions \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "model": "<string>", "messages": [ {} ] } '
{ "id": "<string>", "choices": [ {} ], "usage": {} }
OpenAI 兼容聊天补全接口。
Bearer YOUR_API_KEY
gpt-4o-mini
{ "model": "glm-4", "messages": [ { "role": "user", "content": "你好,请介绍一下 AllTokens。" } ], "temperature": 0.7 }
choices[0].message.content