Jump to Content
Fireworks.aiHome
API Reference
Application Status
FAQsDiscordTwitter
v1.0

HomeGuidesFireworks.ai
API Reference
Guides
v1.0API Reference
Application Status
FAQsDiscordTwitter

Fireworks REST API

  • /chat/completions
    • POST /chat/completionspost
  • /completions
    • POST /completionspost
  • /image_generation/accounts/fireworks/models/stable-diffusion-xl-1024-v1-0
  • /image_generation/accounts/fireworks/models/stable-diffusion-xl-1024-v1-0/image_to_image
  • /image_generation/accounts/fireworks/models/stable-diffusion-xl-1024-v1-0/control_net
  • /embeddings
    • Creates an embedding vector representing the input text.post

Python Client Library

  • Installation
  • Authentication
  • API Reference

PeFT Addon

  • Requirements and limits
  • fireworks.json
  • adapter_config.json

Firectl CLI Reference

  • Installation
  • Commands
    • firectl create model
    • firectl get model
    • firectl list models
    • firectl update model
    • firectl delete model
    • firectl deploy
    • firectl undeploy
    • firectl signin
    • firectl whoami
    • firectl version
    • firectl upgrade
Powered by 

firectl update model

Updates a model.

firectl update model [flags]

Examples

firectl update model my-model --display-name="New Name"

Options

      --description string        The description of the model.
      --display-name string       The display name of the model.
      --github-url string         The GitHub URL of the model.
  -h, --help                      help for model
      --hugging-face-url string   The Hugging Face URL of the model.
      --public                    Whether the model is publicly accessible.
  • Table of Contents
    • Examples
    • Options