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