Authorization: Bearer ********************{
"stream":true,
"model": "ideogram",
"messages": [
{
"role": "user",
"content": "画个猪头"
}
]
}curl --location --request POST 'https://future-api.vodeshop.com/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"stream":true,
"model": "ideogram",
"messages": [
{
"role": "user",
"content": "画个猪头"
}
]
}'{}