Skip to main content

Rev.ai Provider

Speech transcription with Rev.ai.

Environment Variables

export REVAI_API_KEY=...

Quick Start

1

Simple Usage

import { Agent } from 'praisonai';

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

With Configuration

Adjust provider credentials and model settings for production — see the sections above.

Rev.ai CLI Usage

Rev.ai CLI Usage