docs: add GPT-6 Astra, Gemini 3/3.8 Flash, Inkling, and Muse Spark 1.2 to model choice - #697
Draft
warp-factories[bot] wants to merge 1 commit into
Draft
docs: add GPT-6 Astra, Gemini 3/3.8 Flash, Inkling, and Muse Spark 1.2 to model choice#697warp-factories[bot] wants to merge 1 commit into
warp-factories[bot] wants to merge 1 commit into
Conversation
…2 to model choice docs QUALITY-2031
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have the users @warp-factory on file. In order for us to review and merge your code, each contributor must visit https://cla.warp.dev to read and agree to our CLA. Once you have done so, please comment |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
|
This PR was generated with Warp. Comment |
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.



Closes QUALITY-2031.
What changed
Audited
src/content/docs/agents/inference/model-choice.mdxagainst thewarp-servermodel catalog (model/types/ai/types.goConfigurableLlmIds,internal_llm_types.go) and added the following confirmed-shipped models:low/medium/high/xhigh/maxreasoning levels (gpt-6-astra-*).maxis a new reasoning tier beyond the previous "Extra High" ceiling.gemini-3-flash) and Gemini 3.8 Flash (gemini-3.8-flash).inkling-fireworks).muse-spark-1.2). The catalog shows this model usesProviderMeta, not Fireworks — it's excluded fromFireworksModelIds— so it didn't belong in the Fireworks-hosted table as the request assumed. Gave it its own section instead.All four additions are present in
ConfigurableLlmIds(the list of models configurable via org settings, which is what backs themodel_idvalues this page documents) and have full display-name/context-window/output-token wiring alongside already-documented GA models.Left out (flagged, not added)
gpt_6_astra,meta_muse_sparkinconfig/features/features.go). I couldn't verify rollout percentage from the repo alone. GPT-6 Astra's inclusion is corroborated by the requester (an engineer) and by production billing logic already wired for it (OpenAI data-residency surcharge list). Muse Spark 1.2 has equivalent code wiring but wasn't explicitly named by the requester — please double check its GA status before merging.gpt-4o,gpt-4.1,o3/o4-mini, older GPT-5.x variants,claude-4-sonnet,claude-4-opus,claude-4.1-opus,claude-3-5-sonnet/haiku,grok-3,grok-3-mini,grok-4,gemini-3-pro, and older Fireworks entries like GLM 4.6/4.7/5.1, Kimi K2.5, Minimax 2.7, Qwen 3.6/3.7 Plus, GPT-OSS-120B, and the Baseten GLM 4.6 variant). These weren't part of the requested scope and the page already excludes them, so I left them alone rather than guess whether that was intentional deprecation or an existing gap.Verification
npm run build— passes.trunk check src/content/docs/agents/inference/model-choice.mdx— no new issues (30 pre-existing, unrelated).