Skip to content

Commit 1850560

Browse files
committed
Expose Prosody PaginatedResponse ModelEntity (#9)
- Expose ModelEntity class to users of the SDK to facilitate processing info about voice models - Expose PaginatedResponse to facilitate processing of return of list_models API endpoint - Expose Prosody to allow control of volume gain and speed multiplier on TTS jobs Signed-off-by: Ahmed Mansour <[email protected]>
1 parent 6f0e8f4 commit 1850560

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: src/fish_audio_sdk/__init__.py

+3
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@
1111
"ASRRequest",
1212
"WebSocketSession",
1313
"AsyncWebSocketSession",
14+
"Prosody",
15+
"PaginatedResponse",
16+
"ModelEntity",
1417
]

0 commit comments

Comments
 (0)