{
"stream":true,
"model": "ideogram",
"messages": [
{
"role": "user",
"content": "画一只猫"
}
]
}curl --location --request POST 'https://gitaigc.com/v1/chat/completions' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'Authorization: Bearer ' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"stream":true,
"model": "ideogram",
"messages": [
{
"role": "user",
"content": "画一只猫"
}
]
}'{}