Skip to content

Commit d4ab8bd

Browse files
mjirvMichael Irvine
and
Michael Irvine
authored
docs: adds AI API databricks integration (#9428)
Co-authored-by: Michael Irvine <[email protected]>
1 parent 5845c88 commit d4ab8bd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/pages/product/apis-integrations/ai-api.mdx

+11
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)