v27

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-22216424765.0 KB
gateway.openapi_Gateway

Update LoRA

patch/v1/accounts/{account_id}/deployedModels/{deployed_model_id}

Path parameters

account_idstring required

The Account Id

deployed_model_idstring required

The Deployed Model Id

Request body

displayNamestring
descriptionstring

Description of the resource.

createTimestring date-time

The creation time of the resource.

modelstring
deploymentstring

The resource name of the base deployment the model is deployed to.

defaultboolean

If true, this is the default target when querying this model without the #<deployment> suffix. The first deployment a model is deployed to will have this field set to true.

state'STATE_UNSPECIFIED' | 'UNDEPLOYING' | 'DEPLOYING' | 'DEPLOYED' | 'UPDATING'
  • UNDEPLOYING: The model is being undeployed.
  • DEPLOYING: The model is being deployed.
  • DEPLOYED: The model is deployed and ready for inference.
  • UPDATING: there are updates happening with the deployed model
serverlessboolean

This field is not applicable when deploying a LoRA addon and should be omitted or set to false. LoRA models require a dedicated deployment. True if the underlying deployment is managed by Fireworks.

publicboolean

If true, the deployed model will be publicly reachable.

updateTimestring date-time

The update time for the deployed model.

Response

A successful response.

namestring
displayNamestring
descriptionstring

Description of the resource.

createTimestring date-time

The creation time of the resource.

modelstring
deploymentstring

The resource name of the base deployment the model is deployed to.

defaultboolean

If true, this is the default target when querying this model without the #<deployment> suffix. The first deployment a model is deployed to will have this field set to true.

state'STATE_UNSPECIFIED' | 'UNDEPLOYING' | 'DEPLOYING' | 'DEPLOYED' | 'UPDATING'
  • UNDEPLOYING: The model is being undeployed.
  • DEPLOYING: The model is being deployed.
  • DEPLOYED: The model is deployed and ready for inference.
  • UPDATING: there are updates happening with the deployed model
serverlessboolean

This field is not applicable when deploying a LoRA addon and should be omitted or set to false. LoRA models require a dedicated deployment. True if the underlying deployment is managed by Fireworks.

publicboolean

If true, the deployed model will be publicly reachable.

updateTimestring date-time

The update time for the deployed model.