openclaw - 💡(How to fix) Fix Plugin registration error: cerebras & deepinfra fail with registerModelCatalogProvider is not a function

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

Full error log:

RAW_BUFFERClick to expand / collapse

OpenClaw version: 2026.5.12 (f066dd2)

Two plugin providers fail to register on every startup, causing warnings:

  • cerebras: \TypeError: api.registerModelCatalogProvider is not a function\
  • deepinfra: \TypeError: api.registerModelCatalogProvider is not a function\

Full error log: \
22:15:25 [plugins] cerebras failed during register from C:\Users\pc\AppData\Roaming\npm\node_modules\openclaw\dist\extensions\cerebras\index.js: TypeError: api.registerModelCatalogProvider is not a function 22:15:25 [plugins] deepinfra failed during register from C:\Users\pc\AppData\Roaming\npm\node_modules\openclaw\dist\extensions\deepinfra\index.js: TypeError: api.registerModelCatalogProvider is not a function \\

Environment:

  • OS: Windows_NT
  • Node: v24.14.0
  • OpenClaw: 2026.5.12

Expected behavior: plugins should register successfully or be gracefully skipped.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix Plugin registration error: cerebras & deepinfra fail with registerModelCatalogProvider is not a function