firectl create model <model-name> <path-to-model-files> [flags]

Example

firectl create model my-model /path/to/checkpoint/

Flags

      --context-length int32              The maximum context length of the model.
      --default-draft-model string        The default speculative draft model to use when creating a deployment.
      --default-draft-token-count int32   The default speculative draft token count when creating a deployment.
      --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.
      --quiet                             If true, does not print the upload progress bar.
      --supports-image-input              Whether the model supports image inputs.
      --supports-tools                    Whether the model supports function calling.

Flags inherited from parent commands

  -o, --output Output   Set the output format to "text" or "json". (default text)