openclaw/extensions/deepinfra
Peter Steinberger f6131a4fbf
build(deps): remove npm shrinkwrap; mirror pnpm lock into transient package locks (#114006)
* build(deps): remove npm shrinkwrap; mirror pnpm lock into transient package locks

npm 12 removed shrinkwrap (command + tarball/root loading). Delete all 82
committed npm-shrinkwrap.json files and stop publishing lockfiles; keep
pnpm-lock.yaml as the single reviewed dependency boundary. The generator
becomes scripts/generate-npm-package-lock.mjs and feeds plugin bundling via
a transient package-lock.json + npm ci (works on npm 11 and 12). Tarball
validation treats the published 2026.7.2 beta train as a shrinkwrap
transition; self-update npm detection now uses install topology instead of
the shipped shrinkwrap.

* fix(deps): repair lint, deadcode, and test-type lanes for the npm 12 migration

- sort integrity comparisons with an explicit comparator (oxlint)
- keep resolveBunGlobalNodeModules module-local (knip unused-export gate)
- model npm pack --json as npm<=11 array / npm 12 name-keyed object
- default calver destructuring in the tarball test fixture
2026-07-26 01:29:55 -04:00
..
api.ts
cache-wrapper.test.ts
cache-wrapper.ts
doctor-contract-api.test.ts fix(deepinfra): use OpenAI video end point and tag DeepSeek thinking format (#95824) 2026-07-22 15:31:06 +01:00
doctor-contract-api.ts fix(deepinfra): use OpenAI video end point and tag DeepSeek thinking format (#95824) 2026-07-22 15:31:06 +01:00
embedding-provider.ts
image-generation-provider.test.ts fix(models): refresh bundled provider catalogs (#109410) 2026-07-16 16:47:25 -07:00
image-generation-provider.ts
index.test.ts refactor(deadcode): tighten extension root modeling (#108538) 2026-07-15 18:18:23 -07:00
index.ts chore(plugins): gate deprecation hygiene in CI and purge internal deprecated usage (#108261) 2026-07-15 04:15:23 -07:00
media-models.ts fix(deepinfra): use OpenAI video end point and tag DeepSeek thinking format (#95824) 2026-07-22 15:31:06 +01:00
media-understanding-provider.test.ts refactor(deadcode): tighten extension root modeling (#108538) 2026-07-15 18:18:23 -07:00
media-understanding-provider.ts refactor(deadcode): tighten extension root modeling (#108538) 2026-07-15 18:18:23 -07:00
memory-embedding-adapter.test.ts
memory-embedding-adapter.ts
onboard.test.ts refactor(deadcode): tighten extension root modeling (#108538) 2026-07-15 18:18:23 -07:00
onboard.ts refactor(deadcode): tighten extension root modeling (#108538) 2026-07-15 18:18:23 -07:00
openclaw.plugin.json chore(models): curate all provider model catalogs to current-generation lineups (#113681) 2026-07-25 07:21:17 -07:00
package.json chore(release): set version to 2026.7.2 2026-07-11 04:00:49 +01:00
provider-catalog.ts
provider-discovery.ts
provider-models.proxy.test.ts fix(deepinfra): model list fails when HTTP proxy is required (#111428) 2026-07-19 09:30:12 -07:00
provider-models.test.ts fix(deepinfra): use OpenAI video end point and tag DeepSeek thinking format (#95824) 2026-07-22 15:31:06 +01:00
provider-models.ts fix(deepinfra): use OpenAI video end point and tag DeepSeek thinking format (#95824) 2026-07-22 15:31:06 +01:00
provider-policy-api.test.ts
provider-policy-api.ts
provider.contract.test.ts
README.md
speech-provider.test.ts
speech-provider.ts
surface-model-catalogs.test.ts fix(deepinfra): use OpenAI video end point and tag DeepSeek thinking format (#95824) 2026-07-22 15:31:06 +01:00
surface-model-catalogs.ts fix(deepinfra): use OpenAI video end point and tag DeepSeek thinking format (#95824) 2026-07-22 15:31:06 +01:00
tsconfig.json
video-generation-provider.test.ts fix(deepinfra): use OpenAI video end point and tag DeepSeek thinking format (#95824) 2026-07-22 15:31:06 +01:00
video-generation-provider.ts fix(deepinfra): use OpenAI video end point and tag DeepSeek thinking format (#95824) 2026-07-22 15:31:06 +01:00

OpenClaw DeepInfra Provider

Official OpenClaw provider plugin for DeepInfra.

Install from OpenClaw:

openclaw plugins install @openclaw/deepinfra-provider
openclaw gateway restart

See https://docs.openclaw.ai/providers/deepinfra for setup and configuration.