MaxAPI 官方网站:https://api.maxapi.ai
{ "model": "string" }
curl --location --request POST 'https://api.maxapi.ai/v1/messages' \ --header 'Authorization: Authorization: Bearer ********************' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --data-raw '{ "model": "string" }'
{}