seedream_web_search_generate
Searches the web for current information and generates an image reflecting real-time data using the Seedream 5.0 model.
Instructions
联网搜索 + 文生图:结合实时信息生成图片(仅 5.0 模型)。
Seedream 5.0 专属功能,在生图前先搜索互联网获取实时信息, 适合需要结合最新资讯、热点事件或特定知识生成图片的场景。
示例:
"2024年巴黎奥运会开幕式的精彩瞬间"
"最新的特斯拉 Cybertruck 在火星表面行驶"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | 输出尺寸 | 2K |
| model | No | 模型版本(仅 5.0 支持联网搜索) | doubao-seedream-5-0-260128 |
| prompt | Yes | 图像描述提示词,可包含对实时信息的要求 | |
| save_to | No | 保存图片到本地目录路径(b64_json 模式必填) | |
| watermark | No | 是否添加水印 | |
| output_format | No | 输出格式 | png |
| response_format | No | 返回格式: url(返回图片链接)或 b64_json(返回base64编码图片数据) | url |