PicoClaw 問題..... api setting問題

本帖最後由 小絕 於 2026-2-28 19:43 編輯
  1. {
  2.   "agents": {
  3.     "defaults": {
  4.       "workspace": "~/.picoclaw/workspace",
  5.       "model": "trinity-large-preview:free",
  6.       "max_tokens": 8192,
  7.       "temperature": 0.7,
  8.       "max_tool_iterations": 20
  9.     }
  10.   },
  11.   "providers": {
  12.     "openrouter": {
  13.       "api_key": "sk-or-v1-xxxxxxxxxxxxxxx",
  14.       "api_base": "https://openrouter.ai/api/v1"
  15.     }
  16.   }
  17. }
複製代碼
各位師兄好,上面係 PicoClaw 個
.picoclaw/config.json

想請教下 點set PicoClaw 個
.picoclaw/config.json
我本身 整左個 whatsapp chat box係 成功用到 openrouter 既 free model + api key
但而家 用PicoClaw ...
set 極都話我錯...
arcee-ai/trinity-large-preview:free
我試埋係前面加 arcee-ai/ 都唔得....
sk-or-v1-xxxxxxxxxxxxxxx 我係用正確岩的 api key...
很抱歉,我可能講得1999, 請問有師兄明白我的問題嗎?
麻煩各位師兄了,謝謝大家
  1. usera@debian:~/picoclaw$ picoclaw agent -m "Hellotest"
  2. 2026/02/28 19:40:24 [2026-02-28T11:40:24Z] [INFO] agent: Created implicit main agent (no agents.list configured)
  3. 2026/02/28 19:40:24 [2026-02-28T11:40:24Z] [INFO] agent: Agent initialized {skills_total=0, skills_available=0, tools_count=14}
  4. 2026/02/28 19:40:24 [2026-02-28T11:40:24Z] [INFO] agent: Processing message from cli:cron: Helss {channel=cli, chat_id=direct, sender_id=cron, session_key=cli:default}
  5. 2026/02/28 19:40:24 [2026-02-28T11:40:24Z] [INFO] agent: Routed message {matched_by=default, agent_id=main, session_key=agent:main:main}
  6. 2026/02/28 19:40:25 [2026-02-28T11:40:25Z] [ERROR] agent: LLM call failed {agent_id=main, iteration=1, error=API request failed:
  7.   Status: 400
  8.   Body:   {"error":{"message":"trinity-large-preview:free is not a valid model ID","code":400},"user_id":"user_36vT5BqbuGayvzOdsd3SzsSt1"}}
  9. Error: error processing message: LLM call failed after retries: API request failed:
  10.   Status: 400
  11.   Body:   {"error":{"message":"trinity-large-preview:free is not a valid model ID","code":400},"user_id":"user_36vT5BqsdsdyvzOoLE4e3SzsSt1"}
  12. Usage:
  13.   picoclaw agent [flags]

  14. Flags:
  15.   -d, --debug            Enable debug logging
  16.   -h, --help             help for agent
  17.   -m, --message string   Send a single message (non-interactive mode)
  18.       --model string     Model to use
  19.   -s, --session string   Session key (default "cli:default")
複製代碼

本帖最後由 abcjerry 於 2026-3-1 11:25 編輯

,應該是"model": "arcee-ai/trinity-large-preview:free", 重有免費野一定唔穩定

TOP

,應該是"model": "arcee-ai/trinity-large-preview:free", 重有免費野一定唔穩定
abcjerry 發表於 2026-3-1 11:18



    謝謝你師兄..
我已經試過了..
但不行的...
另外我另一個chatbox是完全沒有問題的...
所以這個model同api key應該 work
但不知為什麼PicoClaw 不Work.....

TOP

各位師兄問題解決了
有位水區的師兄幫了我
解決方法如下


{
  "agents": {
    "defaults": {
      "workspace": "~/.picoclaw/workspace",
      "model": "trinity-free",
      "max_tokens": 8192,
      "temperature": 0.7,
      "max_tool_iterations": 20
    }
  },
  "model_list": [
    {
      "model_name": "trinity-free",
      "model": "openrouter/arcee-ai/trinity-large-preview:free",
      "api_key": "sk-or-v1-234ad116999c8sssssssssssssssss805ecssssssss20a4c9f1",
      "api_base": "https://openrouter.ai/api/v1"
    }
  ]
}

TOP

arcee-ai/trinity-large-preview:free
好唔好用?

點解唔用mistral-large-3?

TOP

arcee-ai/trinity-large-preview:free
好唔好用?

點解唔用mistral-large-3?
umvue 發表於 2026-3-1 20:56


我只是單純 認為 他是 多用 data 訓練  既 free model
所以才用...還好吧...
師兄..

TOP

我只是單純 認為 他是 多用 data 訓練  既 free model
所以才用...還好吧...
師兄.. ...
小絕 發表於 2026-3-1 21:26


師兄我想請教這個free 幾耐?

TOP

師兄我想請教這個free 幾耐?
raylee 發表於 2026-3-20 12:19



如果帳號大過 10美金...
1000次 / 天

不然的話...
50次 / 天

TOP

如果帳號大過 10美金...
1000次 / 天

不然的話...
50次 / 天
小絕 發表於 2026-3-21 11:28


即每天50次就暫時免費?每天改新?謝

TOP

即每天50次就暫時免費?每天改新?謝
raylee 發表於 2026-3-21 14:58


是的師兄,

OpenRouter.ai 的免費模型 對一般免費帳戶限制為每天 50 次請求。

帳戶購買至少 10 美元信用(餘額達 $10 以上)後,免費模型每日限制提升至 1000 次請求,每分鐘仍限 20 次。

這適用於所有免費模型,付費模型則無此限制(pay-as-you-go 方案)

TOP