{
  "name": "llm-interface",
  "version": "2.0.1495",
  "main": "src/index.js",
  "description": "A simple, unified NPM-based interface for interacting with multiple Large Language Model (LLM) APIs, including OpenAI, AI21 Studio, Anthropic, Cloudflare AI, Cohere, Fireworks AI, Google Gemini, Goose AI, Groq, Hugging Face, Mistral AI, Perplexity, Reka AI, watsonx.ai, and LLaMA.cpp.",
  "type": "commonjs",
  "scripts": {
    "test": "jest",
    "prettier": "prettier --write \"src/**/*.js\"",
    "build": "node build/pre-run.js",
    "build-providers": "node build/pre-run.js --fast"
  },
  "keywords": [
    "ai21-studio",
    "ai21",
    "ailayer",
    "aimlapi",
    "anyscale",
    "anthropic",
    "microsoft-azure-ai",
    "cloudflare-ai",
    "cohere",
    "corcel",
    "deepinfra",
    "deepseek",
    "fireworks-ai",
    "forefront-ai",
    "friendliai",
    "google-gemini",
    "gooseai",
    "groq",
    "hugging-face",
    "hugging-face-inference",
    "hyperbee-ai",
    "lamini",
    "llama-cpp",
    "mistral-ai",
    "monster-api",
    "neets-ai",
    "novita-ai",
    "nvidia-ai",
    "octoai",
    "ollama",
    "openai",
    "perplexity-ai",
    "reka-ai",
    "replicate",
    "shuttle-ai",
    "theb-ai",
    "together-ai",
    "voyage-ai",
    "watsonx-ai",
    "writer",
    "zhipu-ai"
  ],
  "author": "Sam Estrin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/samestrin/llm-interface/issues"
  },
  "homepage": "https://github.com/samestrin/llm-interface#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/samestrin/llm-interface.git"
  },
  "dependencies": {
    "@google/generative-ai": "^0.17.1",
    "axios": "^1.7.7",
    "dotenv": "^16.4.5",
    "jsonrepair": "^3.8.0",
    "loglevel": "^1.9.1"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/preset-env": "^7.25.4",
    "@eslint/js": "^9.9.1",
    "babel-jest": "^29.7.0",
    "cache-manager": "^5.7.6",
    "cache-manager-fs-hash": "^2.0.0",
    "canvas": "^2.11.2",
    "cheerio": "^1.0.0",
    "cloudinary": "^2.4.0",
    "convert-svg-to-png": "^0.6.4",
    "eventsource": "^2.0.2",
    "flat-cache": "^5.0.0",
    "fs-extra": "^11.2.0",
    "globals": "^15.9.0",
    "jest": "^29.7.0",
    "langchain": "^0.2.17",
    "markdown-to-text": "^0.1.1",
    "open-graph-scraper": "^6.8.1",
    "sharp": "^0.33.5",
    "sharp-ico": "^0.1.5",
    "simple-git": "^3.25.0",
    "tldjs": "^2.3.1",
    "vm": "^0.1.0",
    "xml2js": "^0.6.2"
  }
}
