Skip to content

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

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
chore/autofix-issue-641
Open

fix: add Databricks models databricks-gpt-5 +2 more#650
github-actions[bot] wants to merge 1 commit 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 May 23, 2026 2:36pm

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

"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 👍 / 👎.

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

1 participant