Skip to content

serve

Classes

fastvideo.entrypoints.cli.serve.ServeSubcommand

ServeSubcommand()

Bases: CLISubcommand

Starts an OpenAI-compatible API server.

Source code in fastvideo/entrypoints/cli/serve.py
def __init__(self) -> None:
    self.name = "serve"
    super().__init__()

Functions