Rev AI
Orate supports Rev AI's transcription services.
Rev AI offers an accurate API for AI and human-generated transcripts. Trained from the most diverse collection of voices in the world, Rev AI sets the accuracy standard for video and voice applications.
Setup
The Rev AI provider is available by default in Orate. To import it, you can use the following code:
Configuration
The Rev AI provider looks for the REV_API_KEY
environment variable. This variable is required for the provider to work. Simply add the following to your .env
file:
Usage
The Rev AI provider provides a single interface for all of Rev AI's transcription services.
Speech to Text
The Rev AI provider provides a stt
function that allows you to create a speech-to-text transcription function using Rev AI. By default, the stt
function uses the machine
model.
You can specify the model to use by passing it as an argument to the stt
function. By default, the stt
function uses the base
model.
You can also specify specific Rev AI properties by passing them as an argument to the stt
function.