docs(snowflake): comprehensive rewrite of Snowflake Cortex provider page#25
Open
navnitshukla wants to merge 2 commits intoBerriAI:mainfrom
Open
docs(snowflake): comprehensive rewrite of Snowflake Cortex provider page#25navnitshukla wants to merge 2 commits intoBerriAI:mainfrom
navnitshukla wants to merge 2 commits intoBerriAI:mainfrom
Conversation
## Summary Rewrites the Snowflake Cortex provider docs page from ~110 words to ~1,200 words, matching the coverage level of Databricks, Bedrock, and OpenRouter. ## What's new - **Authentication**: PAT (recommended), JWT, pass-as-params — with examples - **Streaming**: SDK + Proxy examples - **Tool / Function Calling**: SDK + Proxy examples (auto-transforms to Snowflake tool_spec format) - **Thinking / Reasoning**: Claude 3.7, Claude 4 Opus, DeepSeek R1 with `reasoning_effort` - **Prompt Caching**: OpenAI implicit, Claude explicit, 90% discount at ≥1,024 tokens - **Embeddings**: Arctic Embed models - **Full model table**: 20+ models with capability flags (function calling, vision, caching) - **Updated endpoints**: New OpenAI-compatible `/api/v2/cortex/v1/chat/completions` + Anthropic Messages API ## Before → After | | Before | After | |---|---|---| | Word count | ~110 | ~1,200 | | Sections | 3 | 10+ | | Models listed | 1 (mistral-7b) | 20+ | | SDK + Proxy tabs | No | Yes | | Streaming | No | Yes | | Tool calling | No | Yes | | Thinking/reasoning | No | Yes | | Prompt caching | No | Yes | ## References - [Cortex REST API docs](https://docs.snowflake.com/en/user-guide/snowflake-cortex/cortex-rest-api) - [Service Consumption Table (pricing)](https://www.snowflake.com/legal-files/CreditConsumptionTable.pdf)
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Included import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';
|
Hi team, friendly follow-up. The Vercel preview is passing and deployed successfully. This rewrites the Snowflake Cortex REST API provider page from ~110 words to ~1,200 words with full coverage (streaming, tool calling, thinking/reasoning, prompt caching, embeddings, 20+ models). Would appreciate a review when you get a chance. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Rewrites the Snowflake Cortex provider docs page from ~110 words to ~1,200 words, matching the coverage level of Databricks, Bedrock, and OpenRouter.
What's new
reasoning_effort/api/v2/cortex/v1/chat/completions+ Anthropic Messages APIBefore → After
References