Skip to content

Commit

Permalink
real-time-stt updates
Browse files Browse the repository at this point in the history
  • Loading branch information
saudsami committed Nov 12, 2024
2 parents 36dc75b + 4541e66 commit 49f8be1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion real-time-stt/develop/translation.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'Real-time translation'
title: 'Real-time translation (Beta)'
sidebar_position: 1.5
type: docs
description: >
Expand Down
9 changes: 6 additions & 3 deletions real-time-stt/overview/pricing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ Notes:

## Translation fee

When you enable real-time translation for a channel or a user, transcription is activated first. The transcription text is then translated to the target languages. The translation usage minutes are the same as the transcription usage minutes. The real-time transcription and translation usage and cost is shown in your monthly invoice. The unit price is as follows:
When you enable Real-Time Translation (Beta) for a channel or a user, transcription is activated first. The transcription text is then translated to the target languages. The translation usage minutes are the same as the transcription usage minutes. The real-time transcription and translation usage and cost is shown in your monthly invoice. The unit price is as follows:

|Billing item | Pricing, US$/1,000 minutes|
|Billing item | Pricing, US$/1,000 minutes/Language|
|-------------|------------------|
|Translation | 8.99 |

Expand All @@ -87,6 +87,9 @@ Total cost = 8/1000*$16.99 + 8/1000*$8.99*2 = $0.136 + $0.144 = $0.28.

## Free-of-charge duration

<Vpd k="NAME"/> provides 300 free-of-charge minutes for integration and testing purposes.
<Vpd k="NAME"/> and Real-Time Translation share 300 free-of-charge minutes for integration and testing purposes.

- 1 minute of <Vpd k="NAME"/> equals 1 free-of-charge minute.
- 1 minute of Real-Time Translation equals 8.99/16.99 free-of-charge minute.

Contact [email protected] or your AE to get a discount.
2 changes: 1 addition & 1 deletion real-time-stt/overview/product-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ description: >
link: "../get-started/quickstart"
},
{
title: "Real-time translation",
title: "Real-time translation (Beta)",
content: "Break down language barriers with live speech-to-text translation to multiple languages during real-time communication or live streaming. The high accuracy translation text, delivered with ultra low latency, can be integrated with LLMs for enhanced capabilities.",
link: "../develop/translation"
},
Expand Down
4 changes: 2 additions & 2 deletions shared/real-time-stt/develop/translation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ curl --location --request POST 'https://api.agora.io/v2/projects/{{appId}}/rtsc/

| Parameter | Type | Description |
|:---------------|:-------------|:-------------------------------------------|
| `source` | String Array | The source language for the translation. |
| `target` | Array | The target languages for translation. You can configure up to 5 target languages. See [Supported languages](#supported-languages). |
| `source` | string array | The source language for the translation. |
| `target` | array | The target languages for translation. You can configure up to 5 target languages. See [Supported languages](#supported-languages). |

### Sample response

Expand Down

0 comments on commit 49f8be1

Please sign in to comment.