




















@@ -339,7 +339,7 @@ Narrow, explicit allowlists are fastest and least flaky:
339339- `OPENCLAW_LIVE_GATEWAY_MODELS="openai/gpt-5.2" pnpm test:live src/gateway/gateway-models.profiles.live.test.ts`
340340341341- Tool calling across several providers:
342-- `OPENCLAW_LIVE_GATEWAY_MODELS="openai/gpt-5.2,openai-codex/gpt-5.2,anthropic/claude-opus-4-6,google/gemini-3-flash-preview,deepseek/deepseek-v4-flash,zai/glm-4.7,minimax/MiniMax-M2.7" pnpm test:live src/gateway/gateway-models.profiles.live.test.ts`
342+- `OPENCLAW_LIVE_GATEWAY_MODELS="openai/gpt-5.2,openai-codex/gpt-5.2,anthropic/claude-opus-4-6,google/gemini-3-flash-preview,deepseek/deepseek-v4-flash,zai/glm-5.1,minimax/MiniMax-M2.7" pnpm test:live src/gateway/gateway-models.profiles.live.test.ts`
343343344344- Google focus (Gemini API key + Antigravity):
345345- Gemini (API key): `OPENCLAW_LIVE_GATEWAY_MODELS="google/gemini-3-flash-preview" pnpm test:live src/gateway/gateway-models.profiles.live.test.ts`
@@ -373,11 +373,11 @@ This is the “common models” run we expect to keep working:
373373- Google (Gemini API): `google/gemini-3.1-pro-preview` and `google/gemini-3-flash-preview` (avoid older Gemini 2.x models)
374374- Google (Antigravity): `google-antigravity/claude-opus-4-6-thinking` and `google-antigravity/gemini-3-flash`
375375- DeepSeek: `deepseek/deepseek-v4-flash` and `deepseek/deepseek-v4-pro`
376-- Z.AI (GLM): `zai/glm-4.7`
376+- Z.AI (GLM): `zai/glm-5.1`
377377- MiniMax: `minimax/MiniMax-M2.7`
378378379379Run gateway smoke with tools + image:
380-`OPENCLAW_LIVE_GATEWAY_MODELS="openai/gpt-5.2,openai-codex/gpt-5.2,anthropic/claude-opus-4-6,google/gemini-3.1-pro-preview,google/gemini-3-flash-preview,google-antigravity/claude-opus-4-6-thinking,google-antigravity/gemini-3-flash,deepseek/deepseek-v4-flash,zai/glm-4.7,minimax/MiniMax-M2.7" pnpm test:live src/gateway/gateway-models.profiles.live.test.ts`
380+`OPENCLAW_LIVE_GATEWAY_MODELS="openai/gpt-5.2,openai-codex/gpt-5.2,anthropic/claude-opus-4-6,google/gemini-3.1-pro-preview,google/gemini-3-flash-preview,google-antigravity/claude-opus-4-6-thinking,google-antigravity/gemini-3-flash,deepseek/deepseek-v4-flash,zai/glm-5.1,minimax/MiniMax-M2.7" pnpm test:live src/gateway/gateway-models.profiles.live.test.ts`
381381382382### Baseline: tool calling (Read + optional Exec)
383383@@ -387,7 +387,7 @@ Pick at least one per provider family:
387387- Anthropic: `anthropic/claude-opus-4-6` (or `anthropic/claude-sonnet-4-6`)
388388- Google: `google/gemini-3-flash-preview` (or `google/gemini-3.1-pro-preview`)
389389- DeepSeek: `deepseek/deepseek-v4-flash`
390-- Z.AI (GLM): `zai/glm-4.7`
390+- Z.AI (GLM): `zai/glm-5.1`
391391- MiniMax: `minimax/MiniMax-M2.7`
392392393393Optional additional coverage (nice to have):
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。