Skip to content

Commit ef9514e

Browse files
committed
feat: add support for new model type "s2-pro" in shared.py
1 parent 1ef875b commit ef9514e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fishaudio/types/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class PaginatedResponse(BaseModel, Generic[T]):
2121

2222

2323
# Model types
24-
Model = Literal["speech-1.5", "speech-1.6", "s1"]
24+
Model = Literal["speech-1.5", "speech-1.6", "s1", "s2-pro"]
2525

2626
# Audio format types
2727
AudioFormat = Literal["wav", "pcm", "mp3", "opus"]

0 commit comments

Comments
 (0)