<MODEL_ID>
specified during model upload. Creating the deployment will automatically deploy the base model to the deployment.
State: DEPLOYED
.
Alternatively, you can list all deployed models within your account by running:
accounts/<ACCOUNT_ID of model>/models/<MODEL_ID>#accounts/<ACCOUNT_ID of deployment>/deployments/<DEPLOYMENT_ID>
,
e.g.
accounts/fireworks/models/mixtral-8x7b#accounts/alice/deployments/12345678
accounts/alice/models/custom-model#accounts/alice/deployments/12345678
<ACCOUNT_ID of model>/<MODEL_ID>#<ACCOUNT_ID of deployment>/<DEPLOYMENT_ID>
,
e.g.
fireworks/mixtral-8x7b#alice/12345678
alice/custom-model#alice/12345678
accounts/alice/deployedModels/mixtral-8x7b-abcdef
accounts/alice/models/custom-model
alice/custom-model
<ACCOUNT_ID>/<MODEL_ID>
<ACCOUNT_ID>/<MODEL_ID>#<ACCOUNT_ID>/<DEPLOYMENT_ID>
Default: true
by describing the model:
--public
flag.
firectl list deployed-models
.