{ "text": "Hello, this is a test of the transcription API."}
{ "task": "transcribe", "language": "english", "duration": 5.5, "text": "Hello, this is a test of the transcription API.", "segments": [ { "id": 0, "start": 0.0, "end": 2.5, "text": "Hello, this is a test", "tokens": [...] } ]}
Timeout cho yêu cầu đồng bộ: endpoint không phải chat này chờ model được định tuyến hoàn tất. Input lớn, audio dài, hoặc batch lớn có thể vượt quá mặc định 30s phổ biến của client, vì vậy hãy đặt timeout của HTTP client ít nhất là 120s.
{ "text": "Hello, this is a test of the transcription API."}
{ "task": "transcribe", "language": "english", "duration": 5.5, "text": "Hello, this is a test of the transcription API.", "segments": [ { "id": 0, "start": 0.0, "end": 2.5, "text": "Hello, this is a test", "tokens": [...] } ]}