ali
deepseek
{ "outline": "", "stream": false, "model": "ali", "desc_info": "", "resource_id_list": [ "xxxx" ] }
curl --location --request POST 'https://api.mindshow.vip/v1/gpt/gen_content_by_outline' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data-raw '{ "outline": "", "stream": false, "model": "ali", "desc_info": "", "resource_id_list": [ "xxxx" ] }'
{ "code": 0, "info": "succ", "data": { "content": "string", "progress_percent": 0, "finish_reason": "string" } }