(base) PS C:\Users\admin> openclaw infer model run --model openrouter/free --prompt "Reply with exactly: smoke-ok" --json
02:24:45 [agent/embedded] incomplete turn detected: runId=f59454d0-03f1-43e4-aa4e-411dc19a16ef sessionId=f59454d0-03f1-43e4-aa4e-411dc19a16ef stopReason=stop payloads=0 ā surfacing error to user
{
"ok": true,
"capability": "model.run",
"transport": "local",
"provider": "openrouter",
"model": "openrouter/free",
"attempts": [],
"outputs": [
{
"text": "ā ļø Agent couldn't generate a response. Please try again.",
"mediaUrl": null
}
]
}
(base) PS C:\Users\admin> openclaw infer model run --model openrouter/openrouter/free --prompt "Reply with exactly: smoke-ok" --json
02:26:40 [agent/embedded] incomplete turn detected: runId=f59454d0-03f1-43e4-aa4e-411dc19a16ef sessionId=f59454d0-03f1-43e4-aa4e-411dc19a16ef stopReason=stop payloads=0 ā surfacing error to user
{
"ok": true,
"capability": "model.run",
"transport": "local",
"provider": "openrouter",
"model": "openrouter/free",
"attempts": [],
"outputs": [
{
"text": "ā ļø Agent couldn't generate a response. Please try again.",
"mediaUrl": null
}
]
}
(base) PS C:\Users\admin> openclaw infer model run --model openrouter/nvidia/nemotron-nano-9b-v2:free --prompt "Reply with exactly: smoke-ok" --json
02:28:23 [agent/embedded] incomplete turn detected: runId=f59454d0-03f1-43e4-aa4e-411dc19a16ef sessionId=f59454d0-03f1-43e4-aa4e-411dc19a16ef stopReason=stop payloads=0 ā surfacing error to user
{
"ok": true,
"capability": "model.run",
"transport": "local",
"provider": "openrouter",
"model": "nvidia/nemotron-nano-9b-v2:free",
"attempts": [],
"outputs": [
{
"text": "ā ļø Agent couldn't generate a response. Please try again.",
"mediaUrl": null
}
]
}
(base) PS C:\Users\admin>