欢迎访问 n1n 在线文档,平台创始于 2024 年,现支持 500+ 海内外顶尖模型,价格低至 1 折,欢迎上岸!
【 亚洲地区入口及接口地址:llm-api.net 】,【 全球地区入口及接口地址:api.n1n.ai 】

Authorization: Bearer ********************curl --location 'https://llm-api.net/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"}}