model_name (typing_extensions.Annotated[str, typer.Argument(help="The user's custom name of the model")]) –
model_type (typing_extensions.Annotated[str, typer.Option('--type', '-t', help='The type of the model', click_type=click.Choice(sorted(list(MODEL_TYPE_CONSTRUCTORS.keys()))))]) –
all (typing_extensions.Annotated[bool, typer.Option('--all', '-a', is_flag=True, help='List all models, including the default model IDs.', click_type=click.Choice(sorted(list(MODEL_TYPE_CONSTRUCTORS.keys()))))]) –