Detect every glitch, pause, and hallucination in your voice AI

Upload audio, train custom models, get timestamped detections. Built for teams shipping production voice experiences.

glitchpausehallucination

Trusted by Voice AI teams

ElevenLabsElevenLabs
PlayHTPlayHT
ResembleResemble
DeepgramDeepgram
AssemblyAIAssemblyAI
WellSaidWellSaid
MurfMurf
SpeechifySpeechify
ElevenLabsElevenLabs
PlayHTPlayHT
ResembleResemble
DeepgramDeepgram
AssemblyAIAssemblyAI
WellSaidWellSaid
MurfMurf
SpeechifySpeechify

How it works

Three steps from raw audio to production-grade artifact detection.

1

Upload labeled audio

Drag in your audio files with artifact annotations. WAV, MP3, FLAC — we handle the encoding.

upload
call_recording_001.wav
2.4 MB
agent_output_017.wav
1.8 MB
tts_sample_042.mp3
890 KB
2

Train a custom model

Our ML pipeline encodes, trains, and validates automatically. Your model is ready in under 2 minutes.

training
Training classifier...Complete
12/12
epoch
0.0234
loss
96.8%
accuracy
3

Get timestamped detections

Run inference on new audio. Every artifact is pinpointed with start/end times and confidence scores.

detections
glitch3.2s — 3.5s94%
pause8.1s — 8.9s87%
2 artifacts found in 1.2s

Everything you need to ship with confidence

Purpose-built tools for voice AI quality assurance, from annotation to detection.

Custom Models

Train artifact classifiers on your own labeled data. Each model learns your specific voice AI's failure modes.

input
768-dim
256-dim
output

Timestamped Detections

Get precise start/end timestamps for every detected artifact — down to 50ms granularity.

3.2s8.1s12.4s

API-First

Full REST API with presigned uploads, webhook notifications, and comprehensive SDKs.

POST
/v1/inference-jobs
"model_id": "mod_a3f"
→ 200 OK 1.2s

Multi-Artifact Detection

Detect glitches, unnatural pauses, TTS hallucinations, clipping, and more — all in a single pass.

glitch
88%
pause
72%
hallucination
65%
clipping
41%

Fast Training

Models train in under 2 minutes on GPU-accelerated infrastructure. Iterate quickly on your detection pipeline.

GPU cluster1m 47s
12
epochs
0.97
f1
0.02
loss

Usage-Based Pricing

Pay for what you use. Generous free tier, transparent per-minute pricing, no hidden fees.

Trial
30 min
Starter
500 min
Pro
2.5k min

API-first by design

A simple REST API with presigned uploads and structured responses. Ship an integration in an afternoon.

request.sh
curl -X POST https://api.relayai.dev/v1/inference-jobs \
  -H "Authorization: Bearer rl_sk_..." \
  -H "Content-Type: application/json" \
  -d '{
    "model_id": "mod_abc123",
    "config": {
      "threshold": 0.7,
      "min_duration_ms": 100
    }
  }'
response.json
{
  "id": "inf_xyz789",
  "status": "completed",
  "files": [{
    "filename": "call_recording.wav",
    "detections": [
      {
        "type": "glitch",
        "start_ms": 3200,
        "end_ms": 3450,
        "confidence": 0.94
      },
      {
        "type": "unnatural_pause",
        "start_ms": 8100,
        "end_ms": 8900,
        "confidence": 0.87
      }
    ]
  }]
}
< 2 min
Model training time
768-dim
Embedding resolution
50ms
Detection granularity
99.9%
Platform uptime

Simple, transparent pricing

Start free, scale as you grow. No hidden fees, no surprises.

Starter

For teams getting started with voice AI QA

$49/mo
  • 500 minutes of inference/month
  • 10 training jobs/month
  • 5 custom models
  • $0.12/min overage
  • API access
  • Email support
Most popular

Pro

For production voice AI teams

$199/mo
  • 2,500 minutes of inference/month
  • 50 training jobs/month
  • Unlimited models
  • $0.10/min overage
  • Priority API access
  • Slack support
  • Webhook notifications
  • Team management

Enterprise

For high-volume and custom requirements

Custom
  • Unlimited inference
  • Unlimited models
  • Unlimited datasets
  • Dedicated infrastructure
  • SLA guarantee
  • SSO / SAML
  • Custom data retention
  • Dedicated support engineer

Start detecting artifacts today

Free trial, no credit card required. Get your first detections in under 5 minutes.