Skip to main content
Home

latest
Works with
This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score70%
Publisheda year ago (0.9.0)

A lightweight, standardized interface for Large Language Models (LLMs), inspired by ODBC drivers. Provides a clean, functional API for interacting with multiple LLM providers (Claude, GPT-4, Mixtral) while maintaining simplicity and flexibility.

A collection of LLM-related utilities for personal use.

No stability guarantees are provided!

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@paz/lexikon

Import symbol

import * as lexikon from "@paz/lexikon";
or

Import directly with a jsr specifier

import * as lexikon from "jsr:@paz/lexikon";

Add Package

pnpm i jsr:@paz/lexikon
or (using pnpm 10.8 or older)
pnpm dlx jsr add @paz/lexikon

Import symbol

import * as lexikon from "@paz/lexikon";

Add Package

yarn add jsr:@paz/lexikon
or (using Yarn 4.8 or older)
yarn dlx jsr add @paz/lexikon

Import symbol

import * as lexikon from "@paz/lexikon";

Add Package

vlt install jsr:@paz/lexikon

Import symbol

import * as lexikon from "@paz/lexikon";

Add Package

npx jsr add @paz/lexikon

Import symbol

import * as lexikon from "@paz/lexikon";

Add Package

bunx jsr add @paz/lexikon

Import symbol

import * as lexikon from "@paz/lexikon";