Skip to content

chore: update model catalog from bot issues#1003

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
chore/autofix-bot-issues-2026-07-21
Open

chore: update model catalog from bot issues#1003
github-actions[bot] wants to merge 1 commit into
mainfrom
chore/autofix-bot-issues-2026-07-21

Conversation

@github-actions

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
#1001 together openai/gpt-oss-20b openai/gpt-oss-20b None openai/gpt-oss-20b 1
2
3

Verified metadata

#1001: [BOT ISSUE] Together: stale pricing for openai/gpt-oss-20b ($0.075/$0.30 → $0.05/$0.20)

Model Display name Parent Providers Format Flavor Token limits Pricing Lifecycle
openai/gpt-oss-20b OpenAI GPT-OSS (20B) groq, together openai chat input=131072, output=65536 in/out=0.05/0.2 per 1M; cache read=0.0375 per 1M 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
openai/gpt-oss-20b max_output_tokens 65536 32768 groq/openai/gpt-oss-20b, together_ai/openai/gpt-oss-20b
openai/gpt-oss-20b input_cost_per_mil_tokens 0.05 0.075 groq/openai/gpt-oss-20b, together_ai/openai/gpt-oss-20b
openai/gpt-oss-20b output_cost_per_mil_tokens 0.2 0.3 groq/openai/gpt-oss-20b, together_ai/openai/gpt-oss-20b

@vercel

vercel Bot commented Jul 21, 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 21, 2026 10:50am

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: 6b2a6ec3d4

ℹ️ 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".

"databricks-meta-llama-3-1-8b-instruct": ["databricks"],
"openai/gpt-oss-120b": ["groq", "together", "baseten"],
"openai/gpt-oss-20b": ["groq"], // NOTE: We use groq pricing for this and Together pricing for the 120B model
"openai/gpt-oss-20b": ["groq", "together"],

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Keep GPT-OSS 20B pricing/provider pin in sync

This makes openai/gpt-oss-20b routable through Groq while the same commit changes the catalog price to Together's lower $0.05/$0.20 rate; Groq's current public price for GPT OSS 20B is still $0.075/$0.30 (Groq, Together). The proxy chooses among returned provider secrets starting at a random index (packages/proxy/src/proxy.ts:1422-1439), and the billing callback sends only model/token counts, not the chosen provider (packages/proxy/src/proxy.ts:1235-1246), so any request that lands on a Groq secret for this model will be costed from the Together-priced catalog entry. Keep this id pinned to one priced provider, or keep Groq pricing while Groq remains routable.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BOT ISSUE] Together: stale pricing for openai/gpt-oss-20b ($0.075/$0.30 → $0.05/$0.20)

1 participant