-
-
Notifications
You must be signed in to change notification settings - Fork 870
Expand file tree
/
Copy pathdebug.http
More file actions
23 lines (19 loc) · 680 Bytes
/
Copy pathdebug.http
File metadata and controls
23 lines (19 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
### Get Thread Information
GET http://localhost:8880/debug/threads
Accept: application/json
### Get Storage Information
GET http://localhost:8880/debug/storage
Accept: application/json
### Get System Information
GET http://localhost:8880/debug/system
Accept: application/json
### List Available Models
# Returns list of all available models in OpenAI format
# Response includes tts-1, tts-1-hd, and kokoro models
GET http://localhost:8880/v1/models
Accept: application/json
### Get Specific Model
# Returns same model list as above for compatibility
# Works with any model name (e.g., tts-1, tts-1-hd, kokoro)
GET http://localhost:8880/v1/models/tts-1
Accept: application/json