Changelog

What's new on the Relixr platform and gateway.

Budget alerts and streaming reliability
  • Budget alerts: get an email at 50%, 80%, and 100% of your balance or spend cap. Owners and admins can send a test alert from Settings.
  • Streams now send keepalives every 15 seconds, and disconnecting your client cancels the upstream request immediately.
Organization policy improvements
  • The org policy page now offers a searchable model picker backed by the live catalog.
  • Saving shows a confirmation once the policy has propagated, plus a summary of the effective policy.
Routing strategies and transparency
  • Routing rules support cheapest, fastest, and weighted strategies.
  • Chat completion responses now include a routing record: which provider served the request, which rule matched, and why.
  • GET /v1/models includes live availability and pricing; GET /health summarizes provider probes.
Agent groups
  • Group agents to share budgets and policies, with spend-versus-budget tracking and a freeze control.
  • Deleting a group unassigns its agents; creating an agent can assign a group and policy mode directly.
Live model catalog
  • The models page, org policy, presets, and playground all read from one live catalog API.
  • Deprecated models now name their recommended successor.
Status page and incident history
  • Public status page at /status covering the gateway, dashboard, and billing webhooks, probed every minute.
  • Incident history with an RSS feed and email subscription.
Public documentation
  • Twelve documentation pages, from quick start through billing, at /docs.
  • Request examples in Python, Node.js, and curl; authentication, presets, and routing covered.
Routing details in the activity log
  • The activity log shows how each request was routed, including the matched rule and fallback chain.
  • The response schema and streaming headers are documented in /docs.
Internal credential hardening
  • Internal service credentials split into narrowly-scoped secrets with a documented rotation process.
Teams and workspaces
  • Workspace switching, team membership, and role checks across all APIs.
  • Creating an organization sets up a team workspace and switches you into it.
Agent attribution in usage
  • Usage, activity, and overview tables show which agent made each request.
  • Filter the usage page by agent or agent group.
Agent keys
  • Creating an agent can provision a bound inference key automatically; the raw key is shown once.
  • Agent detail lists bound keys with rotation; archiving an agent revokes its keys.
BYOK and observability settings
  • Bring Your Own Keys: save provider API keys once and they apply to all active inference keys.
  • Observability logging and broadcast settings persist across sessions.
  • Key listing can filter by inference or management type.
Org policy, agents, and billing
  • Organization policy with allowed models and cost limits.
  • Agents with budget controls.
  • Balance top-up via card checkout.
Model updates
  • Added Claude 3.7 Sonnet, Claude Opus 4, Claude Sonnet 4, Gemini 2.5 Flash and Pro, and o3-mini.
Dashboard and playground
  • Usage chart and recent requests on the overview.
  • Playground with streaming responses from the gateway.
  • Keys management with instant provisioning and revocation.