@open-matrix/inference (0.1.2)

Published 2026-07-04 09:16:29 +00:00 by hivecast-admin

Installation

@open-matrix:registry=
npm install @open-matrix/inference@0.1.2
"@open-matrix/inference": "0.1.2"

About this package

@open-matrix/inference

LLM inference abstraction layer — unified interface for OpenAI, Anthropic, Ollama, and other providers.

Part of the Matrix actor system.

Install

npm install @open-matrix/inference

Use

Use this package for driver-facing types and registry wiring. Matrix and Omega runtime code should import DriverRegistry, InferenceDriver, and request/response types from here instead of reviving legacy @omega/driver-*registry* surfaces.

import { DriverRegistry } from "@open-matrix/inference";

const registry = new DriverRegistry();

License

MIT

Dependencies

Dependencies

ID Version
@mariozechner/pi-ai ^0.52.7
zod ^4.0.0

Development Dependencies

ID Version
@types/node ^20.0.0
typescript ^5.5.0
Details
npm
2026-07-04 09:16:29 +00:00
4
latest
23 KiB
Assets (1)
Versions (2) View all
0.1.2 2026-07-04
0.1.1 2026-07-03