Files
vscode-workbench/.mimo2codex-audit/lt-fl-probe.json
T

74 lines
1.6 KiB
JSON

{
"glm-5.3-flash": {
"baseline": {
"status": 200,
"content": "5",
"err": null
},
"enable_thinking": {
"status": 200,
"reasoning": "reasoning_content",
"err": null
},
"thinking_type": {
"status": 200,
"reasoning": "reasoning_content",
"err": null
},
"reasoning_effort_high": {
"status": 200,
"reasoning": "reasoning_content",
"err": null
},
"vision": {
"status": 200,
"answer": "红色",
"err": null
},
"developer_role": {
"status": 400,
"content": null,
"err": "角色信息不正确"
},
"max_tokens_131072": {
"status": 200,
"err": null
}
},
"qwen3.8-flash": {
"baseline": {
"status": 200,
"content": "\n\n5",
"err": null
},
"enable_thinking": {
"status": 200,
"reasoning": "reasoning",
"err": null
},
"thinking_type": {
"status": 400,
"reasoning": null,
"err": "\"thinking\" is not supported on /v1/chat/completions and was not applied. Use \"reasoning_effort\" (or \"***.effort\") to control thinking."
},
"reasoning_effort_high": {
"status": 400,
"reasoning": null,
"err": "Unexpected reasoning effort high. Supported types are xhigh (default), medium, and low."
},
"vision": {
"status": 200,
"answer": "\n\n红色",
"err": null
},
"developer_role": {
"status": 400,
"content": null,
"err": "Unexpected message role."
},
"max_tokens_131072": {
"status": 200,
"err": null
}
}
}