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 RoundupAuK and Edge0 models trend on Hugging Face, GPT Image 2.5 on Fal, plus Altman delays IPO
On 12 September new speech and text models hit Hugging Face while OpenAI's image tool launched on Fal, and industry commentary stressed human skill over raw AI output even as Altman postponed an IPO.
- Daily RoundupOpenAI gpt-image-2.5 models hit Replicate and Fal, Tailscale ships model router, and safety warnings rise
OpenAI released two new image models on Replicate and Fal while Tailscale and Featured showed production AI use on Vercel; safety and governance debates intensified across labs.
- Weekly DigestCursor Origin hosting and agent swarms, Claude Code fixes, Codex GPT-6-Astra (agent tools ready now)
Cursor rolled out native code hosting and multi-agent orchestration while Claude Code and OpenAI Codex shipped targeted fixes and new model access for terminal workflows.