Wind is an OAuth-like authorization layer for AI — users connect once, apps get access without handling API keys.
| Model | Tokens | Amount |
|---|---|---|
| gpt-4o-mini | 12,480 | −$0.019 |
| claude-sonnet-5 | 8,210 | −$0.041 |
| llama-3.3-70b | 21,940 | −$0.013 |
Keep the economics of bring-your-own-key without asking users to create, copy, secure, or understand API keys.
Users connect once instead of pasting a secret key. You never see, store, or secure their provider credentials.
Users fund their own usage through a Wind wallet, so AI costs never show up on your books.
Stop wiring up separate OpenAI, Anthropic, and Gemini keys. Route through one scoped Wind token.
Users authorize spending from their Wind wallet just like they connect Stripe, Google, or GitHub.
Same mental model your users already have — one grant, scoped and revocable, no secret to paste.
Build free or low-cost AI products without absorbing every token your users consume. Usage bills to their Wind wallet, not your margin.
import { Wind } from '@wind/sdk';
const wind = new Wind({ apiKey });
await wind.charge(userId, { amount: 0.05 });
One balance, transparent usage, and control over which apps can spend it.
Add Connect Wind and stop absorbing inference costs — an OAuth-style grant your users already know how to use.