vram.supply

Changelog

API changes and additions.

2026-03-20

  • Breaking: input_price_per_million and output_price_per_million are now required on POST /v1/providers/register for all provider types (previously only agent).
  • Breaking: input_price_per_million and output_price_per_million are now required on POST /v1/quota/register.
  • Browser providers now set their own pricing in the UI instead of server-assigned defaults.
  • CLI agent: new --input-price / --output-price flags on serve and sell-quota.
  • CLI agent now prints active pricing at startup.

2026-03-17

  • Unified cross-path routing — all provider types in single selection step.
  • New: routing_strategy on chat completions.
  • New: allow_external on chat completions.
  • New: routing_strategy on provider settings.
  • Price ceiling now applies to all provider types.