Polar PC表示
Polar タブレット表示
Polar スマホ表示

A billing platform for the intelligence era

Introducing the Polar Startup Program Features Docs Pricing Blog Company Sign in Get Started Turn Usage Into Revenue A billing platform for the intelligence era Get Started Why Polar Speakeasy Logo Speakeasy Logo 01 — Ingest Ingest usage & inference on behalf of your users. 02 — Aggregate Transform raw signals into aggregated units. 03 — Charge Generate charges & collect payments automatically. Watch your revenue happen Orders, subscriptions, and customers the moment they land. Made for teams moving as fast as the models. Any pricing model. Ships in an afternoon. Usage Billing Meter tokens, API calls, compute, storage. Bill with precision down to the event. Subscriptions Recurring plans with trials, upgrades, proration, and dunning built in. Seats Pricing that scales with your customer's teams. Add, remove, prorate automatically. Credits Prepay and draw down over time, like a wallet for your API. Trials Free or paid trials with automatic conversion, reminders, and grace periods. Discounts Coupons, promo codes, and volume tiers. Applied automatically at checkout. Event-based usage billing. Checkouts that convert. Realtime metrics. Worldwide tax handled.  Polar is the financial layer for a new generation of intelligent software.  Built for the shape of AI. From token-metered APIs to autonomous agents and GPU workloads. Polar fits how modern AI products actually charge. completions.ts agents.ts gpu.ts AI completions Wrap any model from the Vercel AI SDK with the Polar LLMStrategy. Token usage is metered and billed automatically on every call. Read the docs import { Ingestion } from '@polar-sh/ingestion' import { LLMStrategy } from '@polar-sh/ingestion/strategies/LLM' import { generateText } from 'ai' import { openai } from '@ai-sdk/openai' const llm = Ingestion({ accessToken: process.env.POLAR_ACCESS_TOKEN }) .strategy(new LLMStrategy(openai('gpt-4o'))) .ingest('openai-usage') const { text } = await generateText({ model: llm.client({ customerId:

関連サイト