Hero title card for 'GPT-Live-1 vs VoxCPM2', subtitled 'A rented conversation or a GPU you own', with a badge reading 'One is full duplex, one is text-to-speech - different jobs' and three cards: 'GPT-Live-1 — $0.05 per voice minute, API only, nothing to install', 'VoxCPM2 — Apache-2.0, 2B parameters, ~8 GB VRAM, no inference provider deploys it' and 'Self-host throughput — about 7.7 hours of audio per GPU-hour at RTF 0.13, 393,079 downloads in the last 30 days', above a footer strip reading 'VoxCPM2 benchmarks OpenBMB-reported; GPT-Live-1 voice figures OpenAI-reported and unreproduced.' The OrcaRouter logo is composited bottom-right.
Engineering & Research

GPT-Live-1 vs VoxCPM2: One Costs $0.05 a Minute, the Other Costs a 24 GB GPU

Author

Elias Hawthorne

Date Published

Latest models · 20View all models
Benchmarks: Artificial Analysis · updated daily
Back to all posts

The cleanest way to compare GPT-Live-1 with VoxCPM2 is to notice that they only look like competitors until you put a number on the hardware. GPT-Live-1 is Ope​nAI's full-duplex voice model, in the API since September 10, 2026 at $0.05 per minute of voice with nothing to install. VoxCPM2 is OpenBMB's 2-billion-parameter open-weight text-to-speech model, released under Apache 2.0 in April 2026, which runs on about 8 GB of VRAM and is not deployed by any inference provider — so if you want it, you own the machine. One is a conversation you rent by the second; the other is a synthesiser you operate. The question is not which is better, it is which one your workload can actually absorb.

A two-column scoreboard titled 'GPT-Live-1 vs VoxCPM2 - the scoreboard'. Left column GPT-Live-1: 'Job: full-duplex conversation', 'Access: hosted API, no weights', 'Price: $0.05 per voice minute', 'Independent score: 69.8% on the AA Speech to Speech Index', 'Hardware you need: none', 'Catch: delegated reasoning bills separately'. Right column VoxCPM2: 'Job: text-to-speech', 'Access: Apache-2.0 weights, self-host only', 'Price: $0 per call plus a GPU', 'Independent score: none, OpenBMB benchmarks only and contested by third-party runs', 'Hardware you need: ~8 GB VRAM, 22 GB peak when serving', 'Catch: no inference provider deploys it'. Footer: 'GPT-Live-1 voice figures OpenAI-reported; VoxCPM2 figures are the model card's own.'

Two models, two jobs, one honest spec line each

• Function — GPT-Live-1 holds a conversation: it listens and speaks simultaneously, takes turns, handles interruption and backchannels, and returns transcripts. VoxCPM2 turns text into speech. It never hears anything.

• Access — GPT-Live-1 is hosted and closed, one model ID behind the Live Sessions endpoint, with the published integration example running over WebRTC. VoxCPM2 is a downloadable checkpoint on Hugging Face and ModelScope, Apache 2.0, free for commercial use.

• Price — GPT-Live-1 is $0.05 per voice minute, charged by the second, with the delegation backend metered separately. VoxCPM2 is $0 per call plus a GPU, and open-source hosting is the whole cost model.

• Footprint — GPT-Live-1 needs no hardware of yours. VoxCPM2 needs roughly 8 GB of VRAM (6–8 GB at Q4), Python 3.10+, PyTorch 2.5+ and CUDA 12+.

• Benchmarks — every GPT-Live-1 voice figure is Ope​nAI's, unreproduced; the one independent board puts it seventh of eleven. VoxCPM2's published numbers are OpenBMB's, and the independent measurements that exist on its multilingual claims point the other way.

The 24 GB question, priced

VoxCPM2's serving numbers are the ones that decide whether self-hosting is a hobby or an architecture. On a single RTX 4090, the model runs at a real-time factor of about 0.30 in plain PyTorch and about 0.13 with the Nano-VLLM path — meaning roughly 7.7 hours of generated audio per hour of GPU time on the faster configuration. Those are the model card's own figures rather than an outside measurement; an independent serving recipe validated on a 4090 with CUDA 12.9 reports steady-state real-time factors of about 0.120 for zero-shot synthesis and 0.139 for cloning, with peak GPU memory near 22 GB of 24 GB. Both sets are steady-state, not cold-start — the first request in a fresh process is far slower, and that is the number people quote when they say the model is unusable.

Put that next to the API. GPT-Live-1 at $0.05 a minute is $3.00 for an hour of continuous conversation. A 24 GB card rented on the open market sits in the low single-digit dollars per hour, and owning one amortises to something similar once utilisation is accounted for. So the comparison lands where these comparisons usually do, with one uncomfortable asymmetry: the GPU bill arrives whether or not anyone talks to your product, and the API bill scales to zero on a quiet day and to five figures on a busy one. Batch synthesis of a fixed catalogue is a perfect fit for the GPU. An always-on phone line is a perfect fit for the meter.

What VoxCPM2 does that nothing else open does

The reason VoxCPM2 is worth this much attention is not that it wins benchmarks — it mostly does not — but that it designs a voice from a text description with no reference audio at all. That is a genuinely new capability in open weights, and it changes the workflow for anyone who needs a voice that does not exist yet: audition it in prose, iterate in prose, and only then decide whether to clone. Around that it stacks 30 languages plus nine Chinese dialects, 48 kHz output via a built-in super-resolution stage, and fine-tuning with as little as 5–10 minutes of audio.

The evidence base is thinner than the feature list. OpenBMB's own report gives English word error rate of 1.84% and Chinese character error rate of 0.97%, and an average 1.68% error across 30 languages measured on its own 500-utterance-per-language set and scored by another vendor's model. Where an independent test exists, the gap is large: on MiniM​ax's multilingual test set scored with Whisper-large-v3, Hindi lands at 19.70 and Arabic at 13.05 — multiples worse than the self-reported figures. OpenBMB also warns that voice design and style control produce variable results between runs and suggests generating one to three times to get the output you wanted, which is a quiet way of saying the per-call cost of a usable result is not one call.

The integration tax nobody puts in the comparison

One unglamorous detail decides whether VoxCPM2 is a week of work or a month. Its Hugging Face repository is tagged voxcpm rather than transformers, which means the library nearly everything else on that site loads with cannot load this model. The pull request to fix that was opened on August 4, 2026 and had not landed when we last checked. Pull requests to add it to other serving stacks have landed, and the adoption is not in question: 393,079 downloads in the last thirty days as of this capture, with 27 adapters, 30 finetunes, 12 quantisations and 100 Spaces built on top of the checkpoint.

A screenshot of the Hugging Face model card for openbmb/VoxCPM2, captured September 2026: 'VoxCPM2 is a tokenizer-free, diffusion autoregressive Text-to-Speech model - 2B parameters, 30 languages, 48kHz audio output, trained on over 2 million hours of multilingual speech data', with 1.6k likes, 4.95k followers, 393,079 downloads last month, 2B params in BF16, 27 adapter models, 30 finetunes, 12 quantisations, and an Inference Providers panel reading 'This model isn't deployed by any Inference Provider.'

GPT-Live-1's equivalent tax is a transport rewrite. Its sessions are built around a live connection rather than a request-response audio endpoint, and the two-meter billing means every delegated reasoning call, tool invocation and web search is charged at the backend model's own rates on top of the voice minute. Teams migrating from a token-metered realtime integration should budget the move as an engineering task, not a model-ID swap.

Where a routing layer actually helps

OrcaRouter carries neither GPT-Live-1 nor VoxCPM2, and it is worth saying that plainly rather than letting the rest of this section imply otherwise. The voice layer of GPT-Live-1 is behind Ope​nAI's own endpoint; VoxCPM2 has no hosted provider at all. Neither is something you can call with our key.

The reason the routing question still comes up is that both models sit at the edge of a pipeline whose middle is text. A VoxCPM2 deployment is usually answering to something — a script generator, a translation step, a text normaliser, a dialogue model that decides what gets spoken next — and those are ordinary model calls. A GPT-Live-1 session delegates its thinking to a backend model named in the session configuration, and in Ope​nAI's own documentation that backend is GPT-5.6 Terra, which is available through OrcaRouter at Ope​nAI's list price. Client delegation goes further still, letting your own application supply the backend, which means the model behind the voice can be any endpoint you control. Roughly 190 models from eleven upstream providers sit behind one key at list price with zero markup — so when a provider cuts a price, the cut is live here the same day rather than at renewal — with automatic failover across providers and a routing DSL for composing several models into one call. Cheap insurance for the half of the stack that changes most often.

One caution belongs in this section rather than buried in it, because it is the detail that makes the GPT-Live-1 half of this comparison less settled than its vendor benchmarks suggest. On the independent Artificial Analysis Speech to Speech Index, GPT-Live-1 scores 69.8% — seventh of eleven, behind GPT-Realtime-2.1 at 73.9% and Gr​ok Voice Think Fast 2.0 at 79.0%. The model is the cheapest thing on that board per hour of input audio at $4.42, and it is not the best. Budget for the possibility that the voice layer you standardise on is not the one you keep.

A screenshot of the Artificial Analysis Speech to Speech Index chart updated September 2026: Grok Voice Think Fast 2.0 79.0%, GPT-Realtime-2.1 73.9%, GPT-Realtime-2 73.6%, Grok Voice Think Fast 72.3%, Gemini 3.1 Flash Live 71.5%, GPT-Live-1 mini 70.3%, GPT-Live-1 69.8%, Qwen-Audio-Omni 66.8%, RealTime Omni 64.2%, Qwen 3.x Omni 63.9%, Gemini 2.5 Flash 52.6%, with a cost chart placing GPT-Live-1 at $4.42 and GPT-Realtime-2.1 at $10.75 per hour of input audio.

Which one, for what

Take VoxCPM2 if the text exists before the audio does. Narration, audiobooks, dubbing, accessibility, game voice lines, a product that needs a voice nobody has recorded yet — and especially any workload where the volume is high, predictable, and worth a fixed capital cost. Accept that you will run it yourself, that the tooling around it is still settling, and that the multilingual quality claims deserve your own listening test before they reach a customer.

Take GPT-Live-1 if a person is on the other end. Voice agents, phone support, intake flows, anything where the model has to decide in real time whether the human is finished speaking. Pay the per-minute rate for the privilege of not owning the problem, and budget the delegated backend as a separate line because that is where the call gets cheap or expensive.

The mistake is treating them as alternatives in a bake-off. They are two layers of the same product for most teams that need both, and the only genuinely wrong answer is choosing the self-hosted one because the licence says free without pricing the GPU that makes it true.