Authorization: Bearer ********************{
"model": "wan2.7-image-pro",
"prompt": "一只可爱的橘猫坐在窗台上,阳光洒在它身上,背景是城市风景",
"n": 1,
"size": "2K",
"watermark": false
}
curl --location 'https://api.kuai.host/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "wan2.7-image-pro",
"prompt": "一只可爱的橘猫坐在窗台上,阳光洒在它身上,背景是城市风景",
"n": 1,
"size": "2K",
"watermark": false
}'{"error":{"message":"invalid request body: json: cannot unmarshal string into Go struct field GeneralOpenAIRequest.response_format of type dto.ResponseFormat (request id: 20260507163239913971004ZVwereT)","type":"new_api_error","param":"","code":"invalid_request"}}