# Stop Up to 4 sequences where the API will stop generating further tokens. ## Supported Types ### ```python stop: str = /* values here */ ``` ### ```python stop: List[str] = /* values here */ ```