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.

Changes

Changed in 1 of the 27 revisions of this API.3

    • the endpoint scheme security BearerAuth was added to the API

      api-security-added

    • api tag gateway.openapi_Gateway added

      api-tag-added

    • api tag Gateway removed

      api-tag-removed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog