Zum Inhalt springen

pipe2 pipelines estimate

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

pipe2 pipelines estimate

Estimate pipeline credit cost

Synopsis

Estimate the credit reservation and expected charge for a pipeline input without dispatching a run.

Examples: pipe2 pipelines estimate —pipeline video-generator —input ./input.json pipe2 pipelines estimate —pipeline video-generator —input-json ’{“prompt”:“a cat”}‘

pipe2 pipelines estimate [flags]

Options

-h, --help help for estimate
--input string path to JSON input file, or "-" for stdin
--input-json string inline JSON input
--pipeline string pipeline slug (required)

Options inherited from parent commands

--api-url string override API base URL (env: PIPE2_API_URL)
--config string path to config file (default: $XDG_CONFIG_HOME/pipe2/config.json)
--json emit JSON to stdout instead of human-readable text
--token string override personal access token (env: PIPE2_TOKEN)
-v, --verbose verbose human output on stderr

SEE ALSO