> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zeroruntime.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Aws

> TypeScript API reference for the aws text-to-speech provider.

<Card title="Usage guide" icon="book" href="/plugins/tts/aws" horizontal>
  Setup, environment variables, and Python/JavaScript/Go usage examples.
</Card>

## AWSPollyTTS

AWS Polly TTS implementation (plug-and-play for VideoSDK Agents).

```ts theme={null}
import { AWSPollyTTS } from '@zeroruntime/js-sdk/plugins';  // direct to the vendor, with your key
```

### Options

<ParamField path="region" type="string" default="us-east-1" />

<ParamField path="voice" type="string" default="Joanna" />

<ParamField path="engine" type="string" default="neural" />

<ParamField path="speed" type="number" default="1" />

<ParamField path="pitch" type="number" default="0" />
