Document the models that still exist - #5
Merged
Conversation
The README and provider docs offered grok-2, grok-3 and grok-3-mini, with grok-3 as the default. All three are deprecated in the code already: Grok 2 is retired, and the Grok 3 pair was retired on 15 May 2026, where requests silently redirect to grok-4.3 and bill at its rates. Anyone following the docs was therefore being pointed at a model that no longer exists, and billed at a rate they had not chosen.
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.
The README and
docs/provider.mdofferedgrok-2,grok-3andgrok-3-mini, with grok-3 as the documented default. All three are already marked@deprecatedin the code.Grok 2 is retired. The Grok 3 pair was retired on 15 May 2026, and requests to them silently redirect to
grok-4.3and bill at its rates, so following the docs meant paying 4.3 prices while believing you were on 3.Now documents
MODEL_GROK_4_5andMODEL_GROK_4_3, with the deprecated constants described in prose rather than sitting in the code block. The constants themselves are untouched.Docs only, so no tag is needed: GitHub and Packagist render the README from the default branch.