Request
Body Params application/json
{
"stream": true,
"model": "gpt-4o-image-vip",
"messages": [
{
"content": "Draw a horse",
"role": "user"
}
]
}
Request Code Samples
curl --location --request POST 'https://gptproto.com/v1/chat/completions' \
--header 'Authorization: sk-*****' \
--header 'Content-Type: application/json' \
--data-raw '{
"stream": true,
"model": "gpt-4o-image-vip",
"messages": [
{
"content": "Draw a horse",
"role": "user"
}
]
}'
Responses
application/json Modified at 2025-07-09 06:10:23