Skip to content

fix: add Databricks models databricks-gpt-5 +2 more#650

Merged
Erin McNulty (erin2722) merged 3 commits into
mainfrom
chore/autofix-issue-641
Jun 2, 2026
Merged

fix: add Databricks models databricks-gpt-5 +2 more#650
Erin McNulty (erin2722) merged 3 commits into
mainfrom
chore/autofix-issue-641

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

fix: add Databricks models databricks-gpt-5 +2 more

Closes #641

Source issue: #641

Summary

Field Value
Provider databricks
Primary model databricks-gpt-5
Changed models databricks-gpt-5
databricks-gpt-5-1
databricks-gpt-5-mini
Added models databricks-gpt-5
databricks-gpt-5-1
databricks-gpt-5-mini
Updated models None
Verification sources 1
2

Verified metadata

Model Display name Parent Providers Format Flavor Token limits Pricing Lifecycle
databricks-gpt-5 GPT-5 databricks openai chat input=400000, output=128000 n/a multimodal=true
databricks-gpt-5-1 GPT-5.1 databricks openai chat input=400000, output=128000 n/a multimodal=true
databricks-gpt-5-mini GPT-5 mini databricks openai chat input=400000, output=128000 n/a multimodal=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
databricks-gpt-5 max_input_tokens 400000 272000 databricks/databricks-gpt-5
databricks-gpt-5 input_cost_per_mil_tokens n/a 1.24999 databricks/databricks-gpt-5
databricks-gpt-5 output_cost_per_mil_tokens n/a 9.99999 databricks/databricks-gpt-5
databricks-gpt-5-1 max_input_tokens 400000 272000 databricks/databricks-gpt-5-1
databricks-gpt-5-1 input_cost_per_mil_tokens n/a 1.24999 databricks/databricks-gpt-5-1
databricks-gpt-5-1 output_cost_per_mil_tokens n/a 9.99999 databricks/databricks-gpt-5-1
databricks-gpt-5-mini max_input_tokens 400000 272000 databricks/databricks-gpt-5-mini
databricks-gpt-5-mini input_cost_per_mil_tokens n/a 0.24997 databricks/databricks-gpt-5-mini
databricks-gpt-5-mini output_cost_per_mil_tokens n/a 1.99997 databricks/databricks-gpt-5-mini

@vercel
Copy link
Copy Markdown

vercel Bot commented May 23, 2026

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

Project Deployment Actions Updated (UTC)
ai-proxy Ready Ready Preview, Comment Jun 2, 2026 8:16pm

Request Review

Copy link
Copy Markdown

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

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: e8a4593463

ℹ️ 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
"flavor": "chat",
"multimodal": true,
"displayName": "GPT-5",
"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.

P2 Badge Set GPT-5 Databricks input limit to the real prompt cap

max_input_tokens is documented in this repo as an input-only limit, but these new Databricks GPT-5 entries set it to 400000 (the total context window) instead of the effective prompt cap used elsewhere for GPT-5-family models (272000). This overstates capacity by 128k tokens, so any caller that trusts model metadata can send prompts that pass local checks but are rejected upstream for token-limit overflow.

Useful? React with 👍 / 👎.

Erin McNulty (erin2722) and others added 2 commits June 2, 2026 20:08
Resolve conflicts: keep main + databricks-gpt-5, databricks-gpt-5-1,
databricks-gpt-5-mini (all return ENDPOINT_NOT_FOUND — not on CI plan).
FIX (codex-bot P2): correct max_input_tokens 400000 -> 272000 (GPT-5 family
input cap; 272000 in + 128000 out = 400000 total) on the 3 new models AND on
databricks-gpt-5-nano (same bug, merged earlier via #652).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Re-resolve after main advanced: keep new main + databricks-gpt-5/-5-1/-5-mini
(max_input 272000) and the databricks-gpt-5-nano max_input 400000->272000 fix.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@erin2722 Erin McNulty (erin2722) merged commit e9abc72 into main Jun 2, 2026
5 of 6 checks passed
Erin McNulty (erin2722) added a commit that referenced this pull request Jun 2, 2026
Resolve conflicts: keep main + databricks-gpt-5-4, databricks-gpt-5-4-nano,
databricks-gpt-5-2 (all ENDPOINT_NOT_FOUND — not on CI plan).
FIX: max_input_tokens 400000 -> 272000 (same as #650; the databricks GPT-5
family uses a uniform 400000 total = 272000 input + 128000 output, so 400000
overstated the input cap).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Erin McNulty (erin2722) added a commit that referenced this pull request Jun 2, 2026
Resolve conflicts: keep main + databricks-claude-opus-4-7,
databricks-claude-sonnet-4-6, databricks-gpt-5-5. All ENDPOINT_NOT_FOUND
(not on CI plan). FIX: databricks-gpt-5-5 max_input_tokens 400000 -> 272000
(databricks GPT-5 family input cap; same as #650/#647). Claude entries (1M) kept.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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] Databricks: add missing databricks-gpt-5, databricks-gpt-5-1, databricks-gpt-5-mini

2 participants