Skip to main content

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

Speech transcription with Rev.ai.

Environment Variables

export REVAI_API_KEY=...

Quick Start

import { Agent } from 'praisonai';

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