-
-
Notifications
You must be signed in to change notification settings - Fork 80.7k
[Feature]: Add Qwen 3.6 Flash and current Gemini Live model #102751
Copy link
Copy link
Closed
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.enhancementNew feature or requestNew feature or requestimpact:auth-providerAuth, provider routing, model choice, or SecretRef resolution may break.Auth, provider routing, model choice, or SecretRef resolution may break.impact:ux-frictionUser-facing flow adds avoidable confusion or support burden without fully blocking progress.User-facing flow adds avoidable confusion or support burden without fully blocking progress.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.maintainerMaintainer-authored PRMaintainer-authored PRmaturity:stableIssue affects a taxonomy feature currently scored M4/M5.Issue affects a taxonomy feature currently scored M4/M5.
Description
Metadata
Metadata
Assignees
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.enhancementNew feature or requestNew feature or requestimpact:auth-providerAuth, provider routing, model choice, or SecretRef resolution may break.Auth, provider routing, model choice, or SecretRef resolution may break.impact:ux-frictionUser-facing flow adds avoidable confusion or support burden without fully blocking progress.User-facing flow adds avoidable confusion or support burden without fully blocking progress.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.maintainerMaintainer-authored PRMaintainer-authored PRmaturity:stableIssue affects a taxonomy feature currently scored M4/M5.Issue affects a taxonomy feature currently scored M4/M5.
Type
Fields
Priority
None yet
Summary
Add first-class Qwen 3.6 Flash catalog support and move Google realtime voice to Gemini 3.1 Flash Live Preview.
Problem to solve
OpenClaw's Qwen catalog omits
qwen3.6-flash, so users cannot select the current low-cost Flash model through normal onboarding and model-picker flows. Google realtime voice still defaults togemini-2.5-flash-native-audio-preview-12-2025, while the provider manifest already identifiesgemini-3.1-flash-live-previewas the replacement for retired Gemini Live models.Proposed solution
qwen3.6-flashto the Qwen-owned model catalog with current official capabilities and limits.gemini-3.1-flash-live-preview.Alternatives considered
Users can manually define the Qwen model and override the Google realtime model in config, but that leaves onboarding, picker metadata, defaults, and documentation stale. Generic aliases would also weaken reproducibility compared with the providers' current stable or named preview IDs.
Impact
Affected: Qwen Standard API users and Google realtime voice users.
Severity: Medium. Qwen users miss a current cost-efficient model in normal selection flows; Google realtime users inherit an obsolete default.
Frequency: Every fresh setup or defaulted realtime voice session on these routes.
Consequence: Manual configuration, failed or deprecated model calls, and avoidable setup friction.
Evidence/examples
extensions/qwen/models.tsextensions/google/realtime-voice-provider.tsAdditional information
Perplexity is intentionally out of scope.