grok更新

This commit is contained in:
2026-07-04 12:53:48 +08:00
parent 34e69adefc
commit 641a021f7a
@@ -446,7 +446,7 @@ func (h *UserGenerationHandler) catalogEntries(c *gin.Context) ([]gin.H, error)
"provider": "runway", "provider": "runway",
"type": "video", "type": "video",
"ratios": []string{"16:9", "9:16", "1:1", "4:3", "3:4", "21:9"}, "ratios": []string{"16:9", "9:16", "1:1", "4:3", "3:4", "21:9"},
"resolutions": []string{"2K"}, "resolutions": []string{"720p"},
"durations": []string{"5s", "10s"}, "durations": []string{"5s", "10s"},
"max_reference_images": 1, "max_reference_images": 1,
"reference_mode": "frame", "reference_mode": "frame",
@@ -599,7 +599,7 @@ func (h *UserGenerationHandler) publicModels() ([]gin.H, error) {
"provider": "runway", "provider": "runway",
"kind": "video", "kind": "video",
"ratios": []string{"16:9", "9:16", "1:1", "4:3", "3:4", "21:9"}, "ratios": []string{"16:9", "9:16", "1:1", "4:3", "3:4", "21:9"},
"resolutions": []string{"2K"}, "resolutions": []string{"720p"},
"description": "Runway Gen-4 Turbo video", "description": "Runway Gen-4 Turbo video",
"stub": false, "stub": false,
}, },