updated docs, handle seed oss thinking

This commit is contained in:
Concedo
2026-04-25 22:44:40 +08:00
parent b31877e8ec
commit 929f214bf6
3 changed files with 30 additions and 1 deletions
+25
View File
@@ -1575,6 +1575,31 @@
]
}
},
"/api/extra/speakers_list": {
"get": {
"responses": {
"200": {
"content": {
"application/json": {
"example": {
"results": ["kobo", "cheery", "sleepy", "shouty", "chatty", "random", "instruct"]
},
"schema": {
"properties": {},
"type": "object"
}
}
},
"description": "Successful request"
}
},
"summary": "Get a list of available TTS speakers.",
"description": "Get a list of available TTS speakers.",
"tags": [
"api/extra"
]
}
},
"/api/extra/embeddings": {
"post": {
"summary": "Creates an embedding vector representing the input text. Please refer to OpenAI documentation",