feat: 火山引擎增加文生图

This commit is contained in:
Adam.Wang
2025-05-22 13:58:05 +08:00
parent 1f9fc09989
commit 5281f2ba64
2 changed files with 7 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ type ImageRequest struct {
Background string `json:"background,omitempty"`
Moderation string `json:"moderation,omitempty"`
OutputFormat string `json:"output_format,omitempty"`
Watermark *bool `json:"watermark,omitempty"`
}
type ImageResponse struct {