OpenClaw ships browser realtime transport, Cerebras, asymmetric embeddings (2026.4.26)
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.
Harsh’s take
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 updatesGo deeper
More AI news
- FeatureChatGPT's Lockdown Mode is now available to all logged-in users
ChatGPT has released Lockdown Mode for all logged-in users. The optional setting restricts network features including web browsing, research, and downloads to lower prompt injection risks.
- FeatureAnthropic suspends access to new models as India debates AI future
Anthropic has suspended access to its new models in India. Tech leaders discuss the impact on the country's AI development.
- Daily RoundupRio-3.5 trends on Hugging Face, BiRefNet video tools hit Replicate, Anthropic industry updates
Fresh open models appeared on Hugging Face while Replicate added background removal options for video and images. Vercel and Anthropic released policy and integration changes that affect access and workflows.