Whisper Diarization

Community
Speech-to-Text

Whisper Large v3 Turbo combined with pyannote 4.0 for speaker diarization, returning who-said-what segments with timestamps. Built by Thomas Mol. Returns a clean JSON of speaker-labeled segments, handy for meeting notes, interviews, and podcasts.

Transcribe with Whisper Diarization
Upload an audio file and get a written transcript.
Sign in to try this model with €5 free credits.
Sign in
Transcript appears here.
TL;DR·Last updated June 24, 2026

Whisper Diarization is speech-to-text AI model from Community, priced at €0.000 per 1M input tokens with a unknown context window.

Try Whisper Diarization

Drop audio file here

MP3, WAV, M4A, FLAC (max 25MB)

Sign in to generate — 50 free credits on sign-up

Pricing

Price per Generation
Per generation€2.00

API Integration

Use our OpenAI-compatible API to integrate Whisper Diarization into your application.

Install
npm install railwail
JavaScript / TypeScript
import railwail from "railwail";

const rw = railwail("YOUR_API_KEY");

// Simple — just pass a string
const reply = await rw.run("whisper-diarization", "Hello! What can you do?");
console.log(reply);

// With message history
const reply2 = await rw.run("whisper-diarization", [
  { role: "system", content: "You are a helpful assistant." },
  { role: "user", content: "Explain quantum computing simply." },
]);
console.log(reply2);

// Full response with usage info
const res = await rw.chat("whisper-diarization", [
  { role: "user", content: "Hello!" },
], { temperature: 0.7, max_tokens: 500 });
console.log(res.choices[0].message.content);
console.log(res.usage);
Specifications
Price
€2.00
Developer
Community
Category
Speech-to-Text
Supported Formats
audio
Tags
replicate
whisper
stt
transcription
diarization
speaker-labels
multilingual

Frequently asked questions

Start using Whisper Diarization today

Get started with free credits. No credit card required. Access Whisper Diarization and 100+ other models through a single API.