fix: qwen 模型 API 格式改为 anthropic-messages(openai-responses 不兼容 trapi 代理)

This commit is contained in:
OpenClaw Backup Bot
2026-05-28 23:33:21 +08:00
parent c11dbd226d
commit b6d41f4713
+2 -2
View File
@@ -247,7 +247,7 @@ openclaw --version
{ {
"id": "qwen3.7-max", "id": "qwen3.7-max",
"name": "Qwen 3.7 Max (Transiglobal)", "name": "Qwen 3.7 Max (Transiglobal)",
"api": "openai-responses", "api": "anthropic-messages",
"reasoning": false, "reasoning": false,
"input": ["text"], "input": ["text"],
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
@@ -257,7 +257,7 @@ openclaw --version
{ {
"id": "qwen3.6-plus", "id": "qwen3.6-plus",
"name": "Qwen 3.6 Plus (Transiglobal)", "name": "Qwen 3.6 Plus (Transiglobal)",
"api": "openai-responses", "api": "anthropic-messages",
"reasoning": false, "reasoning": false,
"input": ["text", "image"], "input": ["text", "image"],
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },