Skip to main content

Usage

Prints the validated deployment shape versions compatible with a model, restricted to the shapes the account can actually deploy on. Unlike ‘deployment-shape-version list —base-model’, which shows every validated shape matching the model, this returns the deployable set for the account: shapes not usable by the account are dropped, exact base-model matches are preferred over same model-type and parameter-count siblings, and PEFT addons are resolved to their base model. This runs the same server-side matching the shape picker in ‘firectl create deployment’ uses, but only on the model. It does not take the rest of a deployment’s configuration into account, so it reports the default (non-addon) result: shapes are not filtered down to those advertising MULTI_LORA, which a deployment created with —enable-addons requires. A bare model ID is resolved against the account being matched for, so public models must be given as a full name (accounts/fireworks/models/…). Superusers are exempt from both server-side account scopes, so for them this returns every visible shape and —account has no effect on the result.

Examples

Flags

Global flags