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