Audio Duration Limit

Introduction

This section outlines the audio duration limits for the Gowajee Speech-to-Text (STT) API. Depending on the model and API method you choose, there are specific constraints on the length of the audio files you can transcribe.

Pulse Model

  • Synchronous API (Request-Response):

    • Maximum Duration: 5 minutes

  • Asynchronous API (Webhook Notification):

    • Maximum Duration: 5 hours

Cosmos Model

  • Synchronous API (Request-Response):

    • Maximum Duration: 5 minutes

  • Asynchronous API (Webhook Notification):

    • Maximum Duration: 5 hours

Astro Model

  • Synchronous API (Request-Response):

    • Not support

  • Asynchronous API (Webhook Notification):

    • Maximum Duration: 5 hours

Recommendation

We encourage users to use the Asynchronous API if their audio duration is long. This method is better suited for handling extended audio files and provides more flexibility for large-scale transcriptions.

By selecting the appropriate API method based on your audio duration, you can ensure efficient and effective use of the Gowajee Speech-to-Text API.

Last updated