
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/adapters
Advanced tools
Provider adapters for AI cost tracking — connects to Anthropic, OpenAI, Google, AWS Bedrock, Azure, and more
Provider SDK adapters for InferLane. Wraps Anthropic, OpenAI, Google, and other SDKs with automatic cost tracking and routing.
npm install @inferlane/adapters
import { createTrackedClient } from '@inferlane/adapters';
// Wraps Anthropic SDK with automatic cost logging
const anthropic = createTrackedClient('anthropic', {
apiKey: process.env.ANTHROPIC_API_KEY,
inferlaneKey: process.env.INFERLANE_API_KEY,
});
// Use as normal — costs are tracked automatically
const message = await anthropic.messages.create({
model: 'claude-sonnet-4-20250514',
max_tokens: 1024,
messages: [{ role: 'user', content: 'Hello' }],
});
import { ... } from '@inferlane/adapters'; // All adapters
import { ... } from '@inferlane/adapters/anthropic'; // Anthropic only
import { ... } from '@inferlane/adapters/openai'; // OpenAI only
Apache-2.0
FAQs
Provider adapters for AI cost tracking — connects to Anthropic, OpenAI, Google, AWS Bedrock, Azure, and more
We found that @inferlane/adapters 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.