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
@@ -393,6 +393,15 @@ Gemini API transcription is enabled without `languageCodes`; the current Google
393
393
SDK rejects language-code hints on this API path.
394
394
</Note>
395
395
396
+
<Note>
397
+
Gemini 3.1 Live accepts conversational text through realtime input and uses
398
+
sequential function calling. OpenClaw omits the older `NON_BLOCKING`, function
399
+
response scheduling, and affective-dialog fields for this model. Prefer
400
+
`thinkingLevel`; configured positive `thinkingBudget` values are mapped to the
401
+
nearest supported level, while `-1` leaves Google's default in place. See the
402
+
[Gemini Live capability comparison](https://ai.google.dev/gemini-api/docs/live-api/capabilities).
403
+
</Note>
404
+
396
405
<Note>
397
406
Control UI Talk supports Google Live browser sessions with constrained one-use
398
407
tokens. Backend-only realtime voice providers can also run through the generic
Copy file name to clipboardExpand all lines: docs/providers/qwen.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,8 @@ Qwen Cloud is an official external OpenClaw provider plugin with canonical id `q
17
17
| API style | OpenAI-compatible |
18
18
19
19
<Tip>
20
-
`qwen3.7-plus` and `qwen3.6-plus` work with Coding Plan and Standard endpoints. For `qwen3.7-max`, use a **Standard (pay-as-you-go)** endpoint.
20
+
`qwen3.7-plus` and `qwen3.6-plus` work with Coding Plan and Standard endpoints.
21
+
For `qwen3.7-max` or `qwen3.6-flash`, use a **Standard (pay-as-you-go)** endpoint.
21
22
</Tip>
22
23
23
24
## Install plugin
@@ -84,7 +85,7 @@ Choose your plan type and follow the setup steps.
84
85
</Tab>
85
86
86
87
<Tabtitle="Standard (pay-as-you-go)">
87
-
**Best for:** pay-as-you-go access through the Standard Model Studio endpoint, including `qwen3.7-max`, which is not available on the Coding Plan.
88
+
**Best for:** pay-as-you-go access through the Standard Model Studio endpoint, including `qwen3.7-max` and `qwen3.6-flash`, which are not available on the Coding Plan.
88
89
89
90
<Steps>
90
91
<Step title="Get your API key">
@@ -198,6 +199,7 @@ Plan configs omit models that only work on the Standard endpoint.
@@ -263,15 +266,15 @@ See [Video generation](/tools/video-generation) for shared tool parameters, prov
263
266
## Advanced configuration
264
267
265
268
<AccordionGroup>
266
-
<Accordiontitle="Qwen 3.7 availability">
267
-
`qwen3.7-plus` is available on Coding Plan and Standard endpoints. `qwen3.7-max` is Standard-only. The Standard (pay-as-you-go) endpoints are:
269
+
<Accordiontitle="Qwen 3.6 and 3.7 availability">
270
+
`qwen3.7-plus` and `qwen3.6-plus` are available on Coding Plan and Standard endpoints. `qwen3.7-max` and `qwen3.6-flash` are Standard-only. The Standard (pay-as-you-go) endpoints are:
0 commit comments