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
- Daily RoundupPixelship agent on Replicate, Gemini 3.6 Flash batch on OpenRouter, and agent tools for builders
New agentic image tools and trending multimodal models arrived alongside expanded Gemini agent features and deployment options for production use.
- Daily RoundupKimi K3 on AI Gateway, mage-flow on Replicate, and agent tools for builders
Vendors added model access, regional routing, and Slack hooks while new image and agent products appeared on Replicate and Product Hunt.
- Weekly DigestHermes Agent 80% latency cuts and 51 updates, OpenClaw Mac app, and durable export tools
Hermes Agent rolled out dozens of stability, speed, and integration fixes across three days while OpenClaw added a Mac app and remote server catalog.