Proxy config takes an optional pricing block with a multiplier and per-model rate overrides.
What's wrong with this entry?
The proxy configuration file now takes an optional pricing block. It holds a multiplier that must be greater than 0 and at most 1, defaulting to 1, plus a list of per-upstream, per-model overrides for input, output, cache_read and cache_write rates. The block is absent by default, so pricing is unchanged unless you add it.
- The multiplier is coerced to a number, so a string value in the config file is accepted.
multiplier: Ne.coerce.number().gt(0).lte(1).default(1)
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.248
Pricing tables rewritten as plain objects
Both mention pricing