
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@inferlane/sdk
Advanced tools
Multi-provider LLM proxy SDK with smart routing, streaming, and cost optimization
TypeScript SDK for the InferLane API. Route, schedule, and optimize AI inference across providers.
npm install @inferlane/sdk
import { InferLane } from '@inferlane/sdk';
const il = new InferLane({ apiKey: 'il_...' });
// Route to cheapest provider
const response = await il.dispatch({
prompt: 'Explain quantum computing',
routing: 'cheapest',
});
// Schedule for later
await il.schedule({
prompt: 'Generate weekly report',
model: 'claude-sonnet-4',
scheduleType: 'RECURRING',
cronExpression: '0 9 * * 1',
});
// Check savings
const savings = await il.savings({ period: '30d' });
console.log(`Saved $${savings.totalSaved}`);
import { ... } from '@inferlane/sdk'; // Core SDK
import { ... } from '@inferlane/sdk/openai'; // OpenAI-compatible client
import { ... } from '@inferlane/sdk/ingest'; // Usage ingestion
import { ... } from '@inferlane/sdk/estimate'; // Cost estimation
import { ... } from '@inferlane/sdk/vercel-ai'; // Vercel AI SDK integration
import { ... } from '@inferlane/sdk/langchain'; // LangChain integration
dispatch(options) — Send a promptschedule(options) — Schedule a prompttriage(options) — Classify a promptsavings(options) — View cost savingsmodels() — List available modelshealth() — Provider health statusMIT
FAQs
Multi-provider LLM proxy SDK with smart routing, streaming, and cost optimization
The npm package @inferlane/sdk receives a total of 6 weekly downloads. As such, @inferlane/sdk popularity was classified as not popular.
We found that @inferlane/sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.