Hi there,
We run a B2B voice-driven planning SaaS (WebPlanning-AI) built on the Realtime API. Since November 2025, we’ve built an entire architecture around ‘gpt-realtime’ (based on alias snapshot ‘gpt-realtime-2025-08-28’) : a non-reasoning, with temperature management, snapshot that follows strict, structured tool-calling instructions with very low variance.
On our production test corpus (voice commands mapped to structured tool calls with conditional parameters), I measure:
-
gpt-realtime (gpt-realtime-2025-08-28): 98-100% success, ~4s-6s response time (max)
gpt-realtime-1.5: ~75% success
-
gpt-realtime-2: 0-20% success, up to 14s response time (preambles + reasoning tokens add ~6s of overhead per tool call, and the model frequently ignores conditional parameter constraints defined in the tool description)
-
gpt-realtime-2.1: even worser
We noticed gpt-realtime (based on snapshot ‘gpt-realtime-2025-08-28’) is now flagged “Deprecated” in the model catalog, which was not mentioned month ago.
Questions for the community:
- Has anyone received an official deprecation notice for this specific snapshot?
- Is anyone else running production voice agents where the newer reasoning-based models (gpt-realtime 1.5, gpt-realtime 2 et gpt-realtime 2.1) measurably regress on strict instruction-following / structured tool calling?
This isn’t a complaint about new model quality in general — gpt-realtime-2.1 is clearly built for a different use case (conversational agents benefiting from reasoning and tool transparency).
But for deterministic domains (scheduling, resource planning, transactional voice commands), the newer (model gpt-realtime > 1.5) default behaviors (preambles, reasoning-driven parameter interpretation) break what used to be a reliable contract.
Our architecture depends on deterministic tool routing rather than autonomous reasoning.
The issue is not that the newer models are “worse”. They optimize for a different objective.
Hence upgrading from gpt-realtime to gpt-realtime-2.x changes the behavioral contract in a way that breaks production systems relying on deterministic instruction following.
We please urge you not to remove this model until you have a deterministic model that is at least as good as ‘gpt-realtime’