Skip to content

chore: update model catalog from bot issues - #1094

Merged
Erin McNulty (erin2722) merged 2 commits into
mainfrom
chore/autofix-bot-issues-2026-08-12
Aug 12, 2026
Merged

chore: update model catalog from bot issues#1094
Erin McNulty (erin2722) merged 2 commits into
mainfrom
chore/autofix-bot-issues-2026-08-12

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Automated daily batch of model catalog updates from bot issues.

Included issues

Summary

Issue Provider Primary model Changed models Added models Updated models Verification sources
#1091 fireworks accounts/fireworks/models/nemotron-lightning-3p5-30b-a3b accounts/fireworks/models/nemotron-lightning-3p5-30b-a3b accounts/fireworks/models/nemotron-lightning-3p5-30b-a3b None 1
2
3
4
#1093 bedrock grok-4.3-latest grok-4.3-latest
grok-4.3
None grok-4.3-latest
grok-4.3
1
2
3

Verified metadata

#1091: [BOT ISSUE] Add accounts/fireworks/models/nemotron-lightning-3p5-30b-a3b (Fireworks)

Model Display name Parent Providers Format Flavor Token limits Pricing Lifecycle
accounts/fireworks/models/nemotron-lightning-3p5-30b-a3b NVIDIA Nemotron 3.5 Lightning 30B A3B fireworks openai chat input=262144, output=not provided in/out=0.05/0.2 per 1M active

Verification notes

No LLM verification step ran; model metadata was already complete in the issue.

sync_models vs proposed update

sync_models cross-check found differences. Official provider verification was used for the applied values, and sync_models discrepancies are listed below for review.

Model Field Proposed update sync_models sync_models source models
accounts/fireworks/models/nemotron-lightning-3p5-30b-a3b catalog entry present missing None

#1093: [BOT ISSUE] Add bedrock to grok-4.3 available_providers (Bedrock)

Model Display name Parent Providers Format Flavor Token limits Pricing Lifecycle
grok-4.3-latest Grok 4.3 xAI, bedrock openai chat input=1000000, output=1000000 in/out=1.25/2.5 per 1M; cache read=0.2 per 1M multimodal=true; reasoning=true
grok-4.3 Grok 4.3 (Latest) grok-4.3-latest xAI, openrouter, bedrock openai chat input=1000000, output=1000000 in/out=1.25/2.5 per 1M; cache read=0.2 per 1M parent=grok-4.3-latest; multimodal=true; reasoning=true

Verification notes

No LLM verification step ran; model metadata was already complete in the issue.

sync_models vs proposed update

sync_models cross-check found no pricing/token discrepancies for the changed models.

No sync_models discrepancies were noted.

@vercel

vercel Bot commented Aug 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ai-proxy Ready Ready Preview Aug 12, 2026 7:33pm

Request Review

@github-actions

Copy link
Copy Markdown
Contributor Author

Codex (@codex) review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: bf9d4c7ab6

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "Codex (@codex) review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "Codex (@codex) address that feedback".

Comment thread packages/proxy/schema/index.ts Outdated
Comment on lines +917 to +918
"grok-4.3": ["xAI", "openrouter", "bedrock"],
"grok-4.3-latest": ["xAI", "bedrock"],

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep Bedrock out of OpenAI-format Grok routing

When customers select the newly advertised Bedrock provider for grok-4.3 or grok-4.3-latest, this proxy still will not call Bedrock: both model specs remain format: "openai", and fetchModelLoop explicitly skips every secret.type === "bedrock" for OpenAI-format specs before routing, so Bedrock-only requests fall through to no usable key while mixed-key requests never exercise Bedrock. Please either leave Bedrock on a separately routable model id / actual gateway routing change, or add the missing format/routing support before listing it here.

AGENTS.md reference: AGENTS.md:L10-L12

Useful? React with 👍 / 👎.

The bot added `bedrock` to grok-4.3 (["xAI","openrouter"] -> +bedrock) and
grok-4.3-latest (["xAI"] -> +bedrock), but both specs are `format: "openai"`, and
the proxy deliberately skips bedrock secrets for OpenAI-format models
(src/proxy.ts:1453 + src/proxy.bedrock-openai-skip.test.ts, #18324). So the added
Bedrock provider is inert on these ids (confirms the codex P1 and AGENTS.md:
routing changes belong in ../gateway/, and OpenAI-format ids must not advertise
bedrock here).

The Bedrock (Mantle) route for Grok 4.3 is already served by the dedicated
`xai.grok-4.3` entry (format openai, available_providers ["bedrock"]) — validated
200 with real content via the :9090 gateway. So reverting these additions loses
no coverage. Reverted grok-4.3 -> ["xAI","openrouter"] and grok-4.3-latest ->
["xAI"] in model_list.json + index.ts.

Kept: the new accounts/fireworks/models/nemotron-lightning-3p5-30b-a3b (fireworks)
— validated 200 both streaming and non-streaming via the gateway.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@erin2722
Erin McNulty (erin2722) merged commit 7e6cc2d into main Aug 12, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

1 participant