Set gpt-5.6-luna as default OpenAI model; update OpenAI and Claude pricing - #319
Open
jcsalterego wants to merge 3 commits into
Open
Set gpt-5.6-luna as default OpenAI model; update OpenAI and Claude pricing#319jcsalterego wants to merge 3 commits into
jcsalterego wants to merge 3 commits into
Conversation
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…rate Pricing now matches the published OpenAI rate card: adds gpt-5.6 / gpt-5.6-terra / gpt-5.6-luna (the new default model's tier) and gpt-5.4-nano, which was missing from the table. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Opus dropped from $15/$75 to $5/$25 per Mtok with Opus 4.5+; kept a legacy tier at the old rate for Opus 4.1 (deprecated) and Opus 4 (retired). Adds Sonnet 5's introductory pricing (through 2026-08-31), a legacy Haiku 3.5 tier, and pricing for the new Fable 5 and Mythos 5 models. Sonnet 4.x and Haiku 4.5 rates were already current. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.
Summary
DEFAULT_OPENAI_MODELtogpt-5.6-lunainsrc/llm/providers/openai.ts, with the matching default-model references updated indocs/settings-reference.mdsrc/pricing.tsto match https://developers.openai.com/api/docs/pricing: adds thegpt-5.6tier (gpt-5.6,gpt-5.6-terra,gpt-5.6-luna) and fills in the previously-missinggpt-5.4-nanoratesrc/pricing.tsto match https://platform.claude.com/docs/en/about-claude/pricing: Opus dropped from $15/$75 to $5/$25 per Mtok with Opus 4.5+, with a legacy tier kept at the old rate for Opus 4.1 (deprecated) and Opus 4 (retired); adds Sonnet 5's introductory pricing (through 2026-08-31), a legacy Haiku 3.5 tier, and pricing for the new Fable 5 and Mythos 5 models. Sonnet 4.x and Haiku 4.5 rates were already current.Test plan
bun test(693 pass)bun run typecheck