Authorization: Bearer ********************{
"model": "gpt-4o",
"messages": [
{
"role": "user",
"content": "晚上好"
}
],
"max_tokens": 1688,
"temperature": 0.5,
"stream": false
}curl --location 'https://vip.yi-zhan.top/ideogram/describe' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "gpt-4o",
"messages": [
{
"role": "user",
"content": "晚上好"
}
],
"max_tokens": 1688,
"temperature": 0.5,
"stream": false
}'{
"descriptions": [
{
"text": "A vibrant and dynamic abstract design. It features flowing, wavy patterns in a spectrum of colors, ranging from deep blues and purples to fiery oranges and reds. The patterns seem to emanate from a central point, creating a sense of movement and depth. The background is dark, which accentuates the brightness and fluidity of the colors."
}
]
}