Skip to content

docs: add generative-deepseek model provider integration page#459

Open
g-despot wants to merge 1 commit into
mainfrom
docs/generative-deepseek-module
Open

docs: add generative-deepseek model provider integration page#459
g-despot wants to merge 1 commit into
mainfrom
docs/generative-deepseek-module

Conversation

@g-despot

Copy link
Copy Markdown
Contributor

Summary

Adds documentation for the new generative-deepseek module — DeepSeek as a generative (RAG) model provider — available from v1.36.19, v1.37.10, and v1.38.2 (backported across all three release lines).

What's included

  • New provider pages under model-providers/deepseek/: index.md (landing) and generative.md (integration guide), following the existing model-provider pattern (closest analog: Mistral). Generative only — DeepSeek has no embeddings/reranker.
  • Documents the X-Deepseek-Api-Key and X-Deepseek-Baseurl request headers and the DEEPSEEK_APIKEY env var.
  • Collection-level config keys with defaults: model (default deepseek-chat), temperature, maxTokens, frequencyPenalty, presencePenalty, topP, baseURL (https://api.deepseek.com), stop.
  • Model guidance: recommends the current deepseek-v4-flash / deepseek-v4-pro ids; notes deepseek-chat / deepseek-reasoner are legacy aliases scheduled for deprecation 2026-07-24 (attributed to DeepSeek's pricing page).
  • Adds DeepSeek to the model-providers table and the sidebar.

Scope notes

  • Python only for now (intentional). The Python snippets show the intended typed Configure.Generative.deepseek(...) syntax; the Python client builder will be implemented afterward to match. Until then the new snippets are kept out of the docs CI snippet test allowlist (and additionally guarded), so the snippet suite is unaffected.

Verification

  • yarn build-dev passes; no new broken links/anchors; all FilteredTextBlock markers resolve.
  • Factual claims grounded against a code-level review of modules/generative-deepseek/ (headers, config keys/defaults, default model, version availability).

Document the new generative-deepseek module (DeepSeek as a generative/RAG
provider), available from v1.36.19, v1.37.10, and v1.38.2.

- New provider pages model-providers/deepseek/{index,generative}.md (Python only for now)
- Document the X-Deepseek-Api-Key and X-Deepseek-Baseurl headers and the
  DEEPSEEK_APIKEY env var
- Config keys (model, temperature, maxTokens, frequencyPenalty,
  presencePenalty, topP, baseURL, stop) with defaults
- Recommend deepseek-v4-flash / deepseek-v4-pro; note deepseek-chat and
  deepseek-reasoner are legacy aliases (deprecated 2026-07-24 per DeepSeek)
- Add DeepSeek to the model-providers table and sidebar
- Python snippets show the intended Configure.Generative.deepseek(...) syntax
  (client support to follow); kept out of the CI snippet allowlist

@orca-security-eu orca-security-eu Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Infrastructure as Code high 0   medium 0   low 0   info 0 View in Orca
Passed Passed SAST high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Vulnerabilities high 0   medium 0   low 0   info 0 View in Orca

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant