[Docs] Document GPT-6 Sol and Luna on OpenAI provider pages - #61
Draft
zoomote[bot] wants to merge 2 commits into
Draft
zoomote[bot] wants to merge 2 commits into
zoomote[bot] wants to merge 2 commits into
Conversation
Document gpt-6-sol and gpt-6-luna on the OpenAI provider page (pricing, 1.05M context, 128K output, reasoning efforts none through max, long-context and cached-read pricing) and on the ChatGPT Plus/Pro page (Codex subscription availability for Plus, Pro, Business, Enterprise, and Edu accounts).
9 tasks
OpenRouter, Vercel AI Gateway, and NanoGPT list gpt-6-sol/gpt-6-luna in their live catalogs (verified against their public /models APIs); Zoo Code discovers them dynamically. OpenCode Go does not list them.
This branch has not been deployed
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.
What changed
Documents GPT-6 Sol (
gpt-6-sol) and GPT-6 Luna (gpt-6-luna), released by OpenAI on September 22, 2026:docs/providers/openai.md— the Available Models section now describes both models (announcement date, roughly half the API price of their GPT-5.6 counterparts, 1,050,000-token context window, 128K max output, reasoning effortsnonethroughmax, >272K long-context pricing, 90% cached-input-read discount, Flex/Batch at 50% of standard rates) with links to OpenAI's per-model docs; the Reasoning Effort Control section adds the GPT-6 Sol/Luna levels; a gateway-availability note records that OpenRouter, Vercel AI Gateway, and NanoGPT list the models dynamically while OpenCode Go does not (verified against their live/modelsAPIs on Sep 22, 2026).docs/providers/openai-chatgpt-plus-pro.md— new "GPT-6 Sol and Luna" section covering availability through the ChatGPT Plus/Pro (Codex) provider for Plus, Pro, Business, Enterprise, and Edu accounts.Why this change was made
Zoo Code added both models to its OpenAI native and Codex model catalogs in the paired Zoo-Code PR; per repo policy, user-facing provider documentation is updated alongside the functionality change.
Impact
Users can discover the new GPT-6 Sol/Luna models, their pricing structure, reasoning effort levels, ChatGPT subscription availability, and which gateways carry them from the provider docs. No structural or navigation changes.
Screenshots
Related PRs