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