MCPcopy Create free account
hub / github.com/LumaAI-API/Luma-API / GenRequest

Struct GenRequest

models.go:3–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package main
2
3type GenRequest struct {
4 UserPrompt string `json:"user_prompt"` // option
5 AspectRatio string `json:"aspect_ratio,omitempty"` // option
6 ExpandPrompt bool `json:"expand_prompt,omitempty"` // option
7 ImageUrl string `json:"image_url,omitempty"` //option, uploaded refer image url
8 ImageEndUrl string `json:"image_end_url,omitempty"` //option, uploaded refer image url
9}
10
11type VideoTask struct {
12 ID string `json:"id"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected