fix: add Databricks models databricks-claude-haiku-4-5 +2 more#649
Open
github-actions[bot] wants to merge 1 commit into
Open
fix: add Databricks models databricks-claude-haiku-4-5 +2 more#649github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix: add Databricks models databricks-claude-haiku-4-5 +2 more
Closes #640
Source issue: #640
Summary
databricks-claude-haiku-4-5databricks-claude-opus-4-5databricks-claude-opus-4-1databricks-claude-haiku-4-5databricks-claude-opus-4-5databricks-claude-opus-4-12
Verified metadata
Verification notes
Verification
Official sources and fields verified
Databricks Supported Models page (
https://docs.databricks.com/aws/en/machine-learning/foundation-model-apis/supported-models):databricks-claude-haiku-4-5,databricks-claude-opus-4-5,databricks-claude-opus-4-1max_input_tokens: 200000for Opus 4.5 and Opus 4.1 ("200K token context window")max_output_tokens: 32000for Opus 4.5 and Opus 4.1 ("32K output token capabilities")multimodal: truefor all three (inputs: text, image)Anthropic model catalog (existing
claude-haiku-4-5entry inmodel_list.json):max_input_tokens: 200000fordatabricks-claude-haiku-4-5— the underlying Anthropic model has a 200K context window, and all other Databricks Claude models (e.g.,databricks-claude-3-7-sonnet) use the same context window as the native Anthropic modelmax_output_tokensomitted for Haiku 4.5 because Databricks does not publish it and may impose a provider-specific cap (e.g., Opus 4.5 is capped at 32K on Databricks vs 64K natively on Anthropic)Existing catalog entry
databricks-claude-3-7-sonnet(style reference):format: "openai",flavor: "chat"convention for Databricks modelssync_models (LiteLLM) cross-check
The LiteLLM model_prices_and_context_window_backup.json contains no entries for any
databricks/claude*ordatabricks-claude*models. Therefore, no numeric cross-check is possible. All proposed values are sourced directly from the Databricks documentation and the underlying Anthropic model specifications.Fields not published or not applicable
input_cost_per_mil_tokens/output_cost_per_mil_tokens: Databricks does not publish stable per-model pricingmax_output_tokensfordatabricks-claude-haiku-4-5: Not published by Databricksreasoning/reasoning_budget: Not verified at API level for Databricks surfaceinput_cache_read_cost_per_mil_tokens/input_cache_write_cost_per_mil_tokens: Not applicable (Databricks does not expose Anthropic prompt caching)supported_regions: Not applicable (provider isdatabricks, notvertex)parent: Not applicable (these are not dated snapshots or location-scoped variants)deprecation_date: Not publishedsync_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.