OpenClaw 2026.4.26 ships browser realtime transport, Cerebras, asymmetric embeddings
TL;DR
OpenClaw 2026.4.26 ships a generic browser realtime transport contract with Google Live Talk sessions, Cerebras as a bundled provider, asymmetric embedding endpoint config, and provider-filtered model routing.
What changed
OpenClaw 2026.4.26 (April 28, 2026) adds a generic browser realtime transport contract along with Google Live browser Talk sessions and a Gateway relay for backend-only realtime voice plugins. Cerebras joins as a bundled plugin with onboarding, static model catalog, docs, and manifest-owned endpoint metadata. Memory and OpenAI-compatible plugins gain optional memorySearch.inputType, queryInputType, and documentInputType config for asymmetric embedding endpoints, including direct query embeddings and provider batch indexing. Pre-runtime model-id normalization, provider endpoint host metadata, and OpenAI-compatible request-family hints move into plugin manifests so core no longer carries bundled-provider routing tables.
Why it matters
The asymmetric embedding config is the production-facing win. Retrieval pipelines using Cohere v3, Voyage, OpenAI text-embedding-3, or NVIDIA NV-Embed all benefit from different embedding modes for queries vs documents; previously you had to fork the OpenClaw plugin or hand-roll the split. Native config means cleaner upgrades and consistent retrieval quality. The browser realtime transport contract sets up a clean abstraction for the wave of realtime voice provider APIs landing this year.
What to watch for
If you run RAG over Cohere or Voyage embeddings, audit your pipeline against the new queryInputType config and re-benchmark retrieval. If you build voice products on OpenClaw, prototype against the new browser realtime transport so you stay portable across providers. Plugin authors should track the manifest-first migration and move any hardcoded routing logic out of core overrides into manifest fields.
Who this matters for
- Developers: Use the new browser realtime transport for backend-only voice plugins. Asymmetric embedding endpoints (queryInputType vs documentInputType) finally land for production retrieval pipelines.
What to watch next
Asymmetric embedding endpoints are the change most retrieval pipelines have been waiting for. Production RAG performance often depends on using a different embedding mode for queries vs documents (Cohere v3, Voyage, OpenAI text-embedding-3, NVIDIA NV-Embed all support this), and OpenClaw shipping native config for queryInputType / documentInputType means you can stop hand-rolling that split.
The browser realtime transport is the more interesting medium-term play. By making it a contract rather than a Google-specific implementation, OpenClaw is positioning to support the wave of realtime voice provider APIs without per-provider browser plumbing. If you ship a realtime voice product, this is the abstraction worth adopting now to stay portable.
by Harsh Desai
About openclaw
View the full openclaw page →All openclaw updatesMore from openclaw
- App UpdateOpenClaw 2026.4.25 lands TTS upgrade, OpenTelemetry coverage, browser hardening
OpenClaw 2026.4.25 ships a TTS upgrade with /tts latest, chat-scoped auto-TTS, six new voice providers, OpenTelemetry coverage across the agent loop, browser automation hardening, and PWA / Web Push support.
- App UpdateOpenClaw 2026.4.27 adds Codex Computer Use, DeepInfra provider, manifest-first plugins
OpenClaw 2026.4.27 ships Codex Computer Use setup, DeepInfra as a bundled provider, Tencent Yuanbao and QQBot support, and manifest-first plugin metadata that reduces Gateway boot work.
- App UpdateOpenClaw 2026.4.20 adds session pruning, cron fixes, subagent reporting
OpenClaw 2026.4.20 prevents OOM from cron backlog, handles cron modes correctly, adds failure context, and fixes PowerShell parsing on Windows for better stability.