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

# Rev.ai Provider

> Use Rev.ai transcription with PraisonAI TypeScript

# Rev.ai Provider

Speech transcription with Rev.ai.

## Environment Variables

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
export REVAI_API_KEY=...
```

## Quick Start

```typescript theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
import { Agent } from 'praisonai';

const agent = new Agent({
  name: 'RevAIAgent',
  instructions: 'Transcribe audio.',
  llm: 'revai/async'
});
```

## Related

* [Rev.ai CLI Usage](/docs/js/providers/revai-cli)
