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

Authorization: Bearer ********************curl --location 'https://llm-api.net/replicate/v1/models/bytedance/seedream-4/predictions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"input": {
"size": "2K",
"width": 2048,
"height": 2048,
"prompt": "a photo of a store front called i\"sedream 4\", it sells books, a poster in the window says i\"sedream 4 now on Replicate!\"",
"max_images": 2,
"image_input": [],
"aspect_ratio": "4:3",
"sequential_image_generation": "auto"
}
}'{}