serve ¶ Classes¶ fastvideo.entrypoints.cli.serve.ServeSubcommand ¶ ServeSubcommand() Bases: CLISubcommand Starts an OpenAI-compatible API server. Source code in fastvideo/entrypoints/cli/serve.py 21 22 23def __init__(self) -> None: self.name = "serve" super().__init__() Functions¶