You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Realtime voice (Voice Call realtime.provider: openai and Control UI
Talk with talk.provider: openai) goes through the public OpenAI
Platform Realtime API and needs an OPENAI_API_KEY whose organization
has funded Platform credits. Codex/ChatGPT subscription quota does
not cover this route, so an install whose openai-codex/* chat works
fine can still hit insufficient_quota / 'You exceeded your current
quota' on the first Realtime turn.
Adds an inline note next to the Realtime row of the OpenAI capability
matrix and a follow-up Note block that explains the symptom, the fix
(top up Platform credits + configure OPENAI_API_KEY), and why
openai-codex is not registered as a realtime voice provider.
This was the central confusion in #76498. Documenting it inline
prevents the same fail-then-discover loop for the next user.
- Docs/providers/openai: clarify that OpenAI Realtime voice goes through the OpenAI Platform Realtime API and requires Platform credits — Codex/ChatGPT subscription quota does not cover this route. Fixes #76498. Thanks @lonexreb.
13
14
- Docker/Gateway: harden the gateway container by dropping `NET_RAW` and `NET_ADMIN` capabilities and enabling `no-new-privileges` in the bundled `docker-compose.yml`. Thanks @VintageAyu.
14
15
- Telegram: accept plugin-owned numeric forum-topic targets in the agent message tool and keep reply-dispatch provider chunks behind a real stable runtime alias during in-place package updates. Fixes #77137. Thanks @richardmqq.
15
16
- Channels/WhatsApp: support explicit WhatsApp Channel/Newsletter `@newsletter` outbound message targets with channel session metadata instead of DM routing. Fixes #13417; carries forward the narrow outbound target idea from #13424. Thanks @vincentkoc and @agentz-manfred.
and configure `OPENAI_API_KEY` (or `talk.providers.openai.apiKey` for Control UI Talk, or `plugins.entries.voice-call.config.realtime.providers.openai.apiKey` for Voice Call) with a key from that organization. For chat
105
+
turns you can still use `openai-codex/*` against the same OpenClaw install —
106
+
Realtime is the one route that needs Platform billing.
0 commit comments