Aakib Ansari.
Back to articles
News Brief

xAI Releases Grok STT 1.0: Speaker Diarization, 25+ Languages, $0.10 per Hour

Md Aakib Ansari
Md Aakib AnsariWeb Developer & AI Tools Reviewer
Updated 2 min readModel: Grok STT 1.0
xAI Releases Grok STT 1.0: Speaker Diarization, 25+ Languages, $0.10 per Hour

xAI released Grok STT 1.0 on July 23, a dedicated speech to text api available via the xAI REST API at the /v1/stt endpoint.

The model transcribes audio files to text across more than 25 languages and includes features aimed at making transcripts usable without post-processing: word-level timestamps for precise alignment, speaker diarization to label who said what in multi-participant audio, multichannel audio support, and intelligent inverse text normalization. An adjustable Voice Activity Detection threshold was also added the same day, giving developers control over how the model handles noise and silence at the edges of speech.

Pricing is flat at $0.10 per hour of audio — straightforward compared to per-token billing on text models, and competitive with the established players in the transcription market like AssemblyAI and Deepgram.

This is a distinct release from xAI's earlier audio work. The company launched separate Text-to-Speech and Speech-to-Text APIs in April 2026, and Grok Voice Think Fast 1.0, a voice agent model, arrived around the same time. grok stt 1.0 is the cleaned-up, standalone version of the transcription capability — a dedicated endpoint rather than a feature bundled inside a broader product.

xAI hasn't published benchmark comparisons against Whisper, Google's Speech-to-Text, or other dedicated speech recognition api configurations, so independent performance comparisons aren't yet available. At $0.10/hour it sits below several competitors on price, but whether the quality holds up on accented speech, domain-specific vocabulary, or difficult audio conditions is something developers will need to test themselves.


FAQ

Frequently Asked Questions

What is Grok STT 1.0?
A standalone speech to text api from xAI. It transcribes audio to text with speaker diarization, word-level timestamps, and support for 25+ languages.
How does the speech recognition api pricing work?
Pricing is flat at $0.10 per hour of audio, accessed via the xAI REST API at the `/v1/stt` endpoint.
Is it related to Grok Voice Think Fast?
They're separate products. Voice Think Fast is a voice agent (conversation-oriented). STT 1.0 is a dedicated transcription endpoint for audio files.

Related Articles

Meta Releases Muse Glimmer: Apache 2.0 Licensed 30B Local Agent Model
News Brief2 min read
Meta Releases Muse Glimmer: Apache 2.0 Licensed 30B Local Agent Model

Meta Superintelligence Labs has released Muse Glimmer, a 30-billion parameter open-weight model distilled from its proprietary Muse Spark flagship. Published under an Apache 2.0 license, Glimmer is purpose-built for offline, on-device agentic workloads like coding, debugging, and file management on consumer hardware.

Ant Group's inclusionAI Team Releases Ling 3.0 Flash FP8 Under MIT License
News Brief2 min read
Ant Group's inclusionAI Team Releases Ling 3.0 Flash FP8 Under MIT License

Ant Group's inclusionAI team has released Ling 3.0 Flash FP8, a highly efficient 124-billion parameter Mixture-of-Experts (MoE) model. Featuring an MIT license and a custom hybrid attention architecture, the model reduces active parameters to 5.1 billion per token, matching the performance of much larger models while dramatically lowering operational costs.

Liquid AI's LFM2.5-2.6B Matches Models Three Times Its Size on Agentic Tasks
News Brief2 min read
Liquid AI's LFM2.5-2.6B Matches Models Three Times Its Size on Agentic Tasks

Liquid AI released LFM2.5-2.6B on August 4, a 2.69B-parameter on-device model purpose-built for agentic workloads. Using a hybrid architecture of short convolution blocks and grouped query attention, it runs under 2.5 GB of memory and reaches approximately 220 tokens/s on Apple M5 Max — while matching or exceeding Qwen3.5-9B on tool use and instruction-following benchmarks.