price fable 5.1, opus 5.5, sonnet 5, gpt-6 and gpt-5.6 at current rates - #30
Open
pedroapfilho wants to merge 1 commit into
Open
pedroapfilho wants to merge 1 commit into
pedroapfilho wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prices were matched by family prefix, so newer models were billed at the previous generation's rates, and gpt-6 fell through to the default Sonnet price.
Pricing (
src/pricing.ts)Per million tokens (input / output / cache read / cache write):
OpenAI rates are the short-context Standard tier from https://developers.openai.com/api/docs/pricing. gpt-5.6-sol's price is a promotion running at least through 2026-11-21. Sonnet 5 cache prices use the standard 0.1x / 1.25x multipliers.
Usage windows
seven_day_opus/seven_day_sonnetfallbacks are removed. Fable's 50% cap on Max and Team premium still arrives as aweekly_scopedlimit and keeps its own window.weekly_scoped:*,codex_*) instead of by matching model names, which dropped Spark after its removal from Codex.pi
claude-fable-5-1,claude-opus-5-5,claude-sonnet-5andgpt-6-astra,gpt-6-sol,gpt-6-luna. The ChatGPT codex backend now lists the whole GPT-6 family for subscription accounts, so the single-id restriction is gone.bun run checkpasses (typecheck, biome, 90 tests).