curl --location --request POST 'https://api.302.ai/302/submit/llava' \
--header 'Authorization: Bearer ' \
--form 'image=@""' \
--form 'prompt="describe the image"' \
--form 'stream="false"'
{
"completed_at": "",
"created_at": "",
"error": "",
"id": "",
"model": "",
"output": "",
"started_at": "",
"status": ""
}