Changelog

Notable Releases

June 2026

  • API moved to AWS — the API base host is now https://api.surplusintelligence.ai. Inference endpoints live under /v1/* (e.g. /v1/chat/completions, /v1/models, /v1/prices), markets under /api/markets, and account endpoints under /v1/buyer/* and /v1/seller/*. Update your base_url to https://api.surplusintelligence.ai/v1. The legacy dedicated fallback-key endpoint was retired — register a catch-all provider with model: null via POST /v1/buyer/providers instead.

April 2026

  • Bankr LLM Gateway — 32 models at 0.05x cost, self-sustaining auto top-up loop (PRs #55-57)
  • External wallet auth fix — Rainbow, WalletConnect now create inference sessions (PR #60)
  • GLM 5.1 added to model registry (PR #59)
  • $500/day giveaway launched

March-April 2026

  • Model naming unification — single source of truth introduced with 58 models / 8 providers at the time (PRs #19-26). Current live counts are higher; use /v1/models and /api/markets for current numbers.
  • Tool format normalization — Cursor full compatibility (PRs #29, 31)
  • x402 + MPP payment rails — agents can pay per-request
  • ACP v2 (Virtuals Protocol) — agent-to-agent commerce
  • Priority Provider (BYOK) — use your own key + marketplace overflow
  • CSV usage export for buyers
  • Payout address feature for sellers

February-March 2026

  • Settlement contract deployed on Base
  • 187 tests (unit + integration)
  • 10 provider integrations with automatic pricing discovery
  • Multi-key support — up to 25 keys per wallet