Skip to content

manifest v5.50.1

Choose a tag to compare

@github-actions github-actions released this 23 Apr 12:22
9a95e20

πŸ› Patch Changes

  • 37308ea: Fix cost column showing "β€”" for self-hosted custom provider messages. Prices entered via the custom provider form are now indexed into the shared pricing cache under custom:<uuid>/<model> β€” the same key the proxy writes to agent_messages.model β€” so the cost recorder can look them up when a request is routed. The cache refreshes immediately on create, model edits, and delete, so new prices take effect without waiting for the daily 5am reload. Custom entries are scoped out of the public /api/v1/model-prices list so one tenant's providers can't leak into another's. Existing messages recorded with cost_usd = null stay null (no price snapshot is stored per message); only new messages benefit.