[BUG] Lack of Databricks Support

Status Fixed / completed
Maintainer reply ✓ Yes — catherinewu
Activity 9 comments · opened May 9, 2025 · closed Nov 29, 2025
💡 Likely answer: A maintainer (catherinewu, contributor) responded on this thread — see the highlighted reply below.

Bug Description

It appears that there is no documentation nor environment variables (CLAUDE_CODE_USE_DATABRICKS) within Claude Code that would indicate support for consuming Anthropic's API via Databricks workspaces. This might be a significant blocker for Azure environments and organisations that don't want to create AWS or GCP accounts to use Claude within a corporate setting.

View original on GitHub ↗

9 Comments

linegel · 1 year ago

I believe the main question is if Antropic plans to actually support Claude via DataBricks

It's not really a bug report, it should be a feature request

JayDoubleu · 1 year ago

Perhaps.

if Antropic plans to actually support Claude via DataBricks

Why should Bedrock be supported and not Databricks? Databricks is natively supported by Anthropic

severity1 · 1 year ago

technically you can, claude code support LiteLLM as proxy and you can expose databricks LLMs via LiteLLM.

see technical blog here - https://community.databricks.com/t5/technical-blog/simplifying-multi-model-llm-development-a-developer-s-guide-to/ba-p/80623

so claude code -> LiteLLM -> databricks claude model

but yeah would be great if claude cod eenterprise support expands to more providers.

JayDoubleu · 1 year ago

I'm happy to be corrected on this but "LiteLLM" with Claude code is a "hack" and not something that is supported

severity1 · 1 year ago
I'm happy to be corrected on this but "LiteLLM" with Claude code is a "hack" and not something that is supported

You are right LIteLLM is proxying to LLM providers not supported natively in Claude Code. I would think if this as a work around. We do absolutely need native support. My comment was more of "while waiting for native databricks support we can use this as a workaround."

blrchen · 11 months ago

Is there any workaround besides LiteLLM? I tried LiteLLM, however it only works when thinking mode is disabled.

catherinewu contributor · 9 months ago

Closing as we now support Azure! https://code.claude.com/docs/en/microsoft-foundry

vishalveerareddy123 · 9 months ago

https://github.com/vishalveerareddy123/Lynkr
I have built this over past few weeks to support claude code via databricks LLM Api's. Please have a look at the project.

github-actions[bot] · 8 months ago

This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.