File tree 1 file changed +11
-0
lines changed
docs/pages/product/apis-integrations
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,7 @@ deployment.
237
237
- ` anthropic`
238
238
- ` azure`
239
239
- ` cohere`
240
+ - ` databricks`
240
241
- ` deepseek`
241
242
- ` fireworks`
242
243
- ` google-generative-ai`
@@ -281,6 +282,16 @@ See below for required variables by provider (required unless noted):
281
282
- ` CUBE_CLOUD_AI_COHERE_API_KEY`
282
283
- ` CUBE_CLOUD_AI_COHERE_BASE_URL` - uses a different URL prefix for API calls, such as if you are using behind a proxy (optional)
283
284
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
+
284
295
# ### DeepSeek
285
296
286
297
- ` CUBE_CLOUD_AI_DEEPSEEK_API_KEY`
You can’t perform that action at this time.
0 commit comments