deployment-shape-version
firectl deployment-shape-version match
Prints the deployment shape versions this account can deploy a model on.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Prints the deployment shape versions this account can deploy a model on.
firectl deployment-shape-version match [flags]
firectl deployment-shape-version match --model accounts/fireworks/models/llama-v3p1-8b-instruct
firectl deployment-shape-version match --model my-lora-addon
firectl deployment-shape-version match --model my-lora-addon --account my-other-account
--account string The account to match shapes for, and to resolve a bare --model ID against. Defaults to the signed-in account. Unlike the global --account-id, this does not change which account you authenticate as.
-h, --help help for match
--model string The model to match deployment shape versions against. A bare model ID is resolved against the account being matched for; give a full model name (accounts/<account-id>/models/<model-id>) for anything else, including public models. Required.
-o, --output string Set the output format to "text" or "json". (default "text")
-a, --account-id string The Fireworks account ID. If not specified, reads account_id from ~/.fireworks/auth.ini.
--api-key string An API key used to authenticate with Fireworks.
-p, --profile string fireworks auth and settings profile to use.
Was this page helpful?