🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@inferlane/cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inferlane/cli

CLI tool for InferLane — multi-provider LLM proxy setup and management

latest
npmnpm
Version
1.0.0
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

@inferlane/cli

Command-line interface for InferLane. Manage providers, check costs, and dispatch prompts from your terminal.

Install

npm install -g @inferlane/cli

Commands

# Initialize configuration
inferlane init

# Check session cost
inferlane status

# Pick optimal model
inferlane pick-model --task code_generation --priority cheapest

# Dispatch a prompt
inferlane dispatch "Explain quantum computing" --routing auto

# View savings
inferlane savings --period 30d

# List connected providers
inferlane providers

# Check provider health
inferlane health

Configuration

Config stored at ~/.inferlane/config.json. Set your API key:

inferlane init

License

Apache-2.0

Keywords

cli

FAQs

Package last updated on 02 Apr 2026

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