feat: 火山引擎增加文生图

This commit is contained in:
Adam.Wang
2025-05-22 13:58:05 +08:00
parent e0fc7a501f
commit 9369c4e3b7
2 changed files with 7 additions and 0 deletions
+1
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 {