mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-24 12:44:18 +08:00
a7b4dd9405
Add the three GPT-5.6 tiers to seed_model_pricing, cross-checked against OpenAI's official pricing page and OpenRouter: gpt-5.6-sol 5 / 30 / 0.50 (cache read) gpt-5.6-terra 2.50 / 15 / 0.25 gpt-5.6-luna 1 / 6 / 0.10 cache_write is "0": OpenAI publishes only a cached-input (read) rate and no separate cache-write price, matching the gpt-5.x family convention. Base ids only for now — effort-suffix variants are deferred until the upstream logging suffix set for 5.6 is confirmed. New model, so seed only (no repair branch, no SCHEMA_VERSION bump).