Authorization: Bearer ********************{
"model": "mj-chat",
"messages":
{
"role": "user",
"content": "a cute cat"
}
}curl --location 'https://mj.openai-next.com/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "mj-chat",
"messages":
{
"role": "user",
"content": "a cute cat"
}
}'{
"created": 1589478378,
"data": [
{
"url": "https://..."
},
{
"url": "https://..."
}
]
}