Skip to content

chore: update model catalog from bot issues#917

Merged
Erin McNulty (erin2722) merged 3 commits into
mainfrom
chore/autofix-bot-issues-2026-07-05
Jul 6, 2026
Merged

chore: update model catalog from bot issues#917
Erin McNulty (erin2722) merged 3 commits into
mainfrom
chore/autofix-bot-issues-2026-07-05

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 5, 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
#914 together pearl-ai/gemma-4-31b-it pearl-ai/gemma-4-31b-it pearl-ai/gemma-4-31b-it None 1
2
#915 openai gpt-5 gpt-5
gpt-5-mini
gpt-5-nano
None gpt-5
gpt-5-mini
gpt-5-nano
1
2
3
#916 openai gpt-5-pro gpt-5-pro None gpt-5-pro 1

Verified metadata

#914: [BOT ISSUE] Together: add missing pearl-ai/gemma-4-31b-it model

Model Display name Parent Providers Format Flavor Token limits Pricing Lifecycle
pearl-ai/gemma-4-31b-it Gemma 4 31B IT (Pearl) together openai chat input=32000, output=not provided in/out=0.28/0.86 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
pearl-ai/gemma-4-31b-it catalog entry present missing None

#915: [BOT ISSUE] OpenAI: update stale max_input_tokens for gpt-5, gpt-5-mini, and gpt-5-nano

Model Display name Parent Providers Format Flavor Token limits Pricing Lifecycle
gpt-5 GPT-5 openai, azure openai chat input=400000, output=128000 in/out=1.25/10 per 1M; cache read=0.125 per 1M multimodal=true; reasoning=true
gpt-5-mini GPT-5 mini openai, azure openai chat input=400000, output=128000 in/out=0.25/2 per 1M; cache read=0.025 per 1M multimodal=true; reasoning=true
gpt-5-nano GPT-5 nano openai, azure openai chat input=400000, output=128000 in/out=0.05/0.4 per 1M; cache read=0.005 per 1M 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 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
gpt-5 max_input_tokens 400000 272000 gpt-5
gpt-5-mini max_input_tokens 400000 272000 gpt-5-mini
gpt-5-nano max_input_tokens 400000 272000 gpt-5-nano

#916: [BOT ISSUE] OpenAI: update stale max_input_tokens for gpt-5-pro

Model Display name Parent Providers Format Flavor Token limits Pricing Lifecycle
gpt-5-pro GPT-5 Pro openai, azure openai chat input=400000, output=272000 in/out=15/120 per 1M 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 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
gpt-5-pro max_input_tokens 400000 128000 gpt-5-pro

@github-actions

github-actions Bot commented Jul 5, 2026

Copy link
Copy Markdown
Contributor Author

Codex (@codex) review

@vercel

vercel Bot commented Jul 5, 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, Comment Jul 6, 2026 2:38pm

Request 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: 72db98a0f6

ℹ️ 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/model_list.json Outdated
"displayName": "GPT-5",
"reasoning": true,
"max_input_tokens": 272000,
"max_input_tokens": 400000,

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 GPT-5 max input at the provider input cap

This field is the model's maximum input token limit, but the 400,000 value is the total context-window figure, not the accepted input size. OpenAI's GPT-5 developer announcement says the API models accept 272,000 input tokens plus 128,000 output/reasoning tokens for 400,000 total, and Azure's official GPT-5 table similarly lists the GPT-5 family as 400,000 context with Input: 272,000; this same 400,000 change is repeated for mini/nano/pro below, so catalog users will think prompts above the provider's input cap are valid and then hit upstream API errors. Sources: https://openai.com/index/introducing-gpt-5-for-developers/ and https://learn.microsoft.com/en-us/azure/foundry/foundry-models/concepts/models-sold-directly-by-azure

Useful? React with 👍 / 👎.

Erin McNulty (erin2722) and others added 2 commits July 6, 2026 14:08
…ndow

#915/#916 changed gpt-5, gpt-5-mini, gpt-5-nano max_input_tokens 272000->400000
and gpt-5-pro 128000->400000, but 400000 is the total CONTEXT window, not the
accepted input size. The catalog's max_input_tokens is the input cap: for the
gpt-5 family max_input + max_output = 400000 (gpt-5/mini/nano: 272000 + 128000;
gpt-5-pro: 128000 + 272000). OpenAI's model page confirms gpt-5 = 400k context /
128k output. Revert to the correct per-model input caps (Codex P1).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…ues-2026-07-05

# Conflicts:
#	packages/proxy/schema/index.ts
@erin2722 Erin McNulty (erin2722) merged commit a7f82b0 into main Jul 6, 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