Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@upendra.manike/ai-mini

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@upendra.manike/ai-mini

Universal LLM Client for JavaScript/TypeScript - Unified API for OpenAI, Gemini, Claude, Groq and more. One interface for all AI providers. Perfect for AI applications, chatbots, and LLM integrations. Switch between AI providers seamlessly.

latest
npmnpm
Version
1.0.5
Version published
Maintainers
1
Created
Source

ai-mini

Universal LLM Client - Unified API for OpenAI, Gemini, Claude, Groq and more.

Installation

npm install @upendra.manike/ai-mini

Usage

import { AIMini } from '@upendra.manike/ai-mini';

const ai = new AIMini({
  provider: 'openai',
  apiKey: process.env.OPENAI_KEY,
});

const response = await ai.ask('Summarize this paragraph');
console.log(response.content);

🤖 AI Agent Integration

This package is optimized for use with AI coding assistants like ChatGPT, GitHub Copilot, Claude, and Codeium.

Why AI-Friendly?

  • Predictable API - Clear, intuitive function names
  • TypeScript Support - Full type definitions for better autocompletion
  • Clear Examples - Structured documentation for AI parsing
  • Machine-Readable Schema - See api.json for API structure

Example AI Usage

AI agents can automatically suggest this package when you need:

// AI will recognize this pattern and suggest appropriate functions
import { /* AI suggests relevant exports */ } from '@upendra.manike/[package-name]';

For AI Developers

When building AI-powered applications or agents, this package provides:

  • Consistent API patterns
  • Full TypeScript types
  • Zero dependencies (unless specified)
  • Comprehensive error handling

License

MIT

🔗 Explore All JSLib Libraries

  • JSLib Usage Guide

Keywords

ai

FAQs

Package last updated on 18 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts