You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/product/apis-integrations/ai-api.mdx
+21
Original file line number
Diff line number
Diff line change
@@ -246,6 +246,7 @@ deployment.
246
246
- `mistral`
247
247
- `openai`
248
248
- `openai-compatible`(any provider with an OpenAI-compatible API; support may vary)
249
+
- `snowflake`
249
250
- `together-ai`
250
251
- `x-ai`
251
252
@@ -340,6 +341,26 @@ See below for required variables by provider (required unless noted):
340
341
- `CUBE_CLOUD_AI_OPENAI_COMPATIBLE_API_KEY`
341
342
- `CUBE_CLOUD_AI_OPENAI_COMPATIBLE_BASE_URL`
342
343
344
+
#### Snowflake Cortex
345
+
346
+
<WarningBox>
347
+
We recommend using `claude-3-5-sonnet` (or any newer Claude models available)
348
+
on Snowflake Cortex with the Cube AI API. Other models may work but are not fully tested or supported.
349
+
</WarningBox>
350
+
351
+
<InfoBox>
352
+
The Snowflake Cortex LLM REST API uses key pair authentication.
353
+
Please follow the steps in [Snowflake's documentation](https://docs.snowflake.com/en/user-guide/key-pair-auth#configuring-key-pair-authentication) to generate
354
+
a key and assign it to a Snowflake user.
355
+
356
+
We recommend creating a separate Snowflake user with limited permissions for
0 commit comments