fix: qwen 模型 API 格式改为 anthropic-messages(openai-responses 不兼容 trapi 代理)
This commit is contained in:
@@ -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 },
|
||||||
|
|||||||
Reference in New Issue
Block a user