Merge branch 'feat_images' of github.com:bddiudiu/new-api into bddiudiu-feat_images

This commit is contained in:
creamlike1024
2025-06-21 10:31:37 +08:00
3 changed files with 156 additions and 2 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 {