Skip to content

feat(databricks): add system.ai.* model service entries - #2178

Merged
Archit-Kumar-16 merged 2 commits into
mainfrom
databricks-system-ai-model-services
Aug 18, 2026
Merged

feat(databricks): add system.ai.* model service entries#2178
Archit-Kumar-16 merged 2 commits into
mainfrom
databricks-system-ai-model-services

Conversation

@Archit-Kumar-16

@Archit-Kumar-16 Archit-Kumar-16 commented Aug 18, 2026

Copy link
Copy Markdown
Collaborator

Note

Low Risk
Additive metadata-only YAML with no runtime or auth changes; main risk is incorrect pricing or limits affecting cost estimates and routing for new model IDs.

Overview
Adds 24 new Databricks provider YAML definitions for system.ai.* foundation-model serving IDs, alongside existing databricks-* entries.

Coverage spans Claude (Haiku/Sonnet/Opus 4.x, including retired claude-sonnet-4), Gemini 2.5 and Gemma 3, GPT-5 family (including gpt-5-4 / gpt-5-5-pro tiered pricing and responses-only codex/pro variants), gpt-oss open models, Llama/Meta instruct models, and gte-large-en embeddings.

Each file records serverless provisioning, token costs (often with prompt-cache fields), limits/modalities, features, and per-model params, removeParams, supportedModes (chat vs responses), and lifecycle fields where relevant (retirementDate, deprecated claude-sonnet-4).

Reviewed by Cursor Bugbot for commit 04f2897. Bugbot is set up for automated code reviews on this repo. Configure here.

Co-authored-by: Cursor <cursoragent@cursor.com>
Comment thread providers/databricks/system.ai.claude-sonnet-4-5.yaml
Comment thread providers/databricks/system.ai.gpt-5-mini.yaml
Comment thread providers/databricks/system.ai.gemini-2-5-flash.yaml
Comment thread providers/databricks/system.ai.llama-4-maverick.yaml
@Archit-Kumar-16
Archit-Kumar-16 merged commit 719f71c into main Aug 18, 2026
8 checks passed
@Archit-Kumar-16
Archit-Kumar-16 deleted the databricks-system-ai-model-services branch August 18, 2026 11:41

@cursor cursor 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.

Cursor Bugbot has reviewed your changes using default effort and found 2 potential issues.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 04f2897. Configure here.

- https://docs.cloud.google.com/vertex-ai/generative-ai/docs/models/gemini/2-5-flash
- https://ai.google.dev/gemini-api/docs/models/gemini-2.5-flash
- https://docs.databricks.com/aws/en/machine-learning/model-serving/query-gemini-api
status: active

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Gemini models wrongly marked active

Medium Severity

system.ai.gemini-2-5-flash and system.ai.gemini-2-5-pro set status to active, but Databricks already marks Gemini 2.5 Flash and Pro as deprecated with retirement on 2026-10-02. Callers that trust status for model selection will treat retiring endpoints as current.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 04f2897. Configure here.

sources:
- https://platform.claude.com/docs/en/docs/about-claude/models
- https://platform.claude.com/docs/en/about-claude/pricing
status: retired

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Claude Sonnet 4 wrongly retired

Medium Severity

system.ai.claude-sonnet-4 sets status to retired with retirementDate 2026-06-15, but on Databricks Claude Sonnet 4 is still deprecated and scheduled to retire on 2026-10-09. Consumers that exclude retired models will incorrectly drop a still-available Databricks endpoint.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 04f2897. Configure here.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants