File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class PaginatedResponse(BaseModel, Generic[T]):
2727AudioFormat = Literal ["wav" , "pcm" , "mp3" , "opus" ]
2828
2929# Visibility types
30- Visibility = Literal ["public" , "unlisted " , "private" ]
30+ Visibility = Literal ["public" , "unlist " , "private" ]
3131
3232# Training mode types
3333TrainMode = Literal ["fast" ]
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ class Voice(BaseModel):
5757 created_at: Timestamp when the model was created
5858 updated_at: Timestamp when the model was last updated
5959 languages: List of supported language codes (e.g., ["en", "zh"])
60- visibility: Model visibility. Options: "public", "private", "unlisted "
60+ visibility: Model visibility. Options: "public", "private", "unlist "
6161 lock_visibility: Whether visibility setting is locked
6262 like_count: Number of likes the model has received
6363 mark_count: Number of bookmarks/favorites
You can’t perform that action at this time.
0 commit comments