docs: auto-update for merged PRs (2026-08-26) - #4059
Open
aheritier wants to merge 1 commit into
Open
Conversation
…ek-v4-pro Reflects changes from #4058. Source PR: #4058 DeepSeek removed deepseek-chat and deepseek-reasoner from their API. Updated documentation to reflect the current model lineup: - deepseek-v4-pro (extended-reasoning with tool calling) - deepseek-v4-flash (fast general-purpose with tool calling) - deepseek-v4-flash-vision-exp (experimental multimodal)
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.
Documentation Updates
This PR updates documentation to reflect code changes merged into
mainin the last 36 hours.Covered PRs
PR #4058: fix: replace removed deepseek-chat with deepseek-v4-pro
Source: #4058
Documentation changes:
docs/providers/deepseek/index.mdto reflect the current DeepSeek model lineupdeepseek-chatwithdeepseek-v4-prodeepseek-v4-pro(extended-reasoning model with tool calling)deepseek-v4-flash(fast general-purpose model with tool calling)deepseek-v4-flash-vision-exp(experimental multimodal model with image input)deepseek-chatanddeepseek-reasonerContext
DeepSeek removed
deepseek-chatanddeepseek-reasonerfrom their live API, replacing them with the V4 model lineup. The code changes in PR #4058 updated examples, tests, and configuration to use the new models.Auto-generated by docker-agent documentation maintenance workflow