llm.corsair.dev is Corsair’s internal LLM gateway, an OpenAI-compatible API you can use with the Vercel AI SDK, OpenAI SDK, Cursor, or any client that accepts a custom baseURL.
Visiting llm.corsair.dev in a browser redirects here.
Quick start
Add these env vars to your app:Available models
List models with your key:
Check your budget
Each key has a dollar budget. Check how much you’ve used and how much is left:spend: dollars used so far in the current budget windowmax_budget: your total allowancebudget_duration: when spend resets (e.g.30d= monthly)
max_budget - spend (e.g. $23.58 left in the example above).
When spend reaches max_budget, requests return an error until the budget resets or your limit is increased.
Vercel AI SDK
streamText.