SPB Git

spb/chat-spboucher Public

Private universal chat interface over the OpenRouter ecosystem — 400+ models, branching, streaming, usage tracking. Next.js 16 + SQLite, PWA, deployed on m4m64a at chat.spboucher.ai

TypeScript 78.8% CSS 15.1% JavaScript 4.9% Shell 1.2%
332 B · 10 lines typescript
Raw Blame History
1// Author: Simon-Pierre Boucher2// Contact: contact@spboucher.ai3// Project: chat.spboucher.ai45export * from "./types";6export * from "./errors";7export { fetchModels, normalizeModel } from "./models";8export { streamGeneration, OpenRouterGateway } from "./stream";9export { estimateCost, formatUsd, perMillion } from "./pricing";10