{
"model": "gpt-4o-image-async",
"stream": true,
"messages": [
{
"role": "user",
"content": "A cat in a tree"
}
]
}curl --location --request POST 'https://asyncdata.net/tran/https://api.apicore.ai/v1/chat/completions' \
--header 'Authorization: Bearer sk-xxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gpt-4o-image-async",
"stream": true,
"messages": [
{
"role": "user",
"content": "A cat in a tree"
}
]
}'{
"id": "9a2381b7-3a05-4412-b4d4-9814ba02b642",
"preview_url": "https://asyncdata.net/web/9a2381b7-3a05-4412-b4d4-9814ba02b642",
"source_url": "https://asyncdata.net/source/9a2381b7-3a05-4412-b4d4-9814ba02b642"
}