feat(ai): add qwen3.8-max to the prime inference catalog - #1247
Merged
Conversation
sethkarten
self-requested a review
August 11, 2026 19:06
sethkarten
approved these changes
Aug 11, 2026
Sync the prime-inference section of the model snapshot with the live catalog: adds qwen/qwen3.8-max (featured), deepseek-v4-flash-0731, and the poolside laguna 2.1 models; drops three models no longer served; refreshes token limits. Other provider sections are left untouched. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
sethkarten
force-pushed
the
t3code/update-prime-inference-model
branch
from
August 11, 2026 20:11
520405b to
37c6d18
Compare
This was referenced Aug 11, 2026
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
qwen/qwen3.8-maxis live on Prime Inference but doesn't show in current prime-agent installs. Note the picker list is regenerated at build time (packages/aibuildrunsgenerate-models, andbuild-binaries.yml/ci.ymlrunnpm run build), so the next release would pick the model up in the long tail automatically. What this PR adds on top of that:qwen/qwen3.8-maxtoPRIME_INFERENCE_FEATURED_MODELSso it's pinned above the long tail in/model(alongsideqwen/qwen3-max) — this is a source change that no rebuild picks up automatically.prime-inferencesection. The committed snapshot is the fallback the generator keeps when the OpenRouter metadata fetch fails at build time, and it's what dev builds start from — a stale baseline would silently drop these models in that path. The regen is scoped to theprime-inferencesection only; all other provider sections are byte-identical tomainto avoid unrelated build-environment churn.Prime Inference section changes
qwen/qwen3.8-max(featured, 1M context, 131k max tokens, vision + reasoning),deepseek/deepseek-v4-flash-0731,poolside/laguna-s-2.1,poolside/laguna-xs-2.1mistralai/mistral-small-24b-instruct-2501,mistralai/mistral-small-3.2-24b-instruct,nvidia/NVIDIA-Nemotron-3-Ultra-550B-A55BAll four added models are on the unauthenticated public catalog (verified against
https://api.pinference.ai/api/v1/models), so CI's credential-less build sees them too. TheQWEN3.8 MAXdisplay name follows the existing convention for this provider (QWEN3 MAX,QWEN3.5 397B A17B).Testing
packages/ai:test/prime-inference-models.test.tspasses (10/10),tsgo --noEmitcleanpackages/coding-agent:test/model-resolver.test.tspasses (39/39)prime-inference🤖 Generated with Claude Code
Note
Low Risk
Catalog metadata and featured-model list updates only; no auth, request, or runtime logic changes.
Overview
Pins
qwen/qwen3.8-maxinPRIME_INFERENCE_FEATURED_MODELSso it appears above the long tail in the model picker.Also regenerates the committed
prime-inferencesnapshot: addsqwen/qwen3.8-max,deepseek/deepseek-v4-flash-0731, and the Poolside Laguna 2.1 models; drops three retired routes; and refreshes a fewmaxTokens/cost values from the live catalog.Reviewed by Cursor Bugbot for commit 37c6d18. Bugbot is set up for automated code reviews on this repo. Configure here.