File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
docs/pages/product/apis-integrations Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,7 @@ deployment.
237237 - ` anthropic`
238238 - ` azure`
239239 - ` cohere`
240+ - ` databricks`
240241 - ` deepseek`
241242 - ` fireworks`
242243 - ` google-generative-ai`
@@ -281,6 +282,16 @@ See below for required variables by provider (required unless noted):
281282- ` CUBE_CLOUD_AI_COHERE_API_KEY`
282283- ` CUBE_CLOUD_AI_COHERE_BASE_URL` - uses a different URL prefix for API calls, such as if you are using behind a proxy (optional)
283284
285+ # ### Databricks
286+
287+ <InfoBox>
288+ The AI API uses [Databricks Foundation Model APIs](https://docs.databricks.com/aws/en/large-language-models/llm-serving-intro).
289+ Currently only `databricks-claude-3-7-sonnet` is supported, although other models may also work.
290+ </InfoBox>
291+
292+ - ` CUBE_CLOUD_AI_DATABRICKS_HOST` - for example, `your-instance-id.cloud.databricks.com` (do not include `https://`)
293+ - ` CUBE_CLOUD_AI_DATABRICKS_TOKEN` - your personal access token
294+
284295# ### DeepSeek
285296
286297- ` CUBE_CLOUD_AI_DEEPSEEK_API_KEY`
You can’t perform that action at this time.
0 commit comments