[Feat] Add DeepSeek V4 Flash Vision Exp support - #1488
Draft
zoomote[bot] wants to merge 1 commit into
Draft
Conversation
Contributor
Review processThis PR was opened by an automated account. A human maintainer must verify the change intent, provenance, and validation before merging.
Current step: Mark the PR ready to start CodeRabbit after required CI passes. |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
What changed
deepseek-v4-flash-vision-expto the native DeepSeek catalog with vision, thinking, temperature, context/output limits, cache pricing, and prompt-cache metadata.accounts/fireworks/models/deepseek-v4-flash-vision-exp, with provider-specific limits and pricing.Why this change was made
DeepSeek released an experimental multimodal V4 Flash model that is now available through the native DeepSeek API and Fireworks. Static catalogs need explicit metadata so Zoo Code can select the model, retain image input, expose reasoning controls, and estimate cost correctly.
Authoritative sources:
Impact
Users can select the model through native DeepSeek and Fireworks with image support and accurate provider-specific metadata. Native peak rates are $0.44/M cache-miss input, $0.014/M cache-hit input, and $1.32/M output; DeepSeek's off-peak rates are half. Fireworks rates are $0.22/M input, $0.007/M cached input, and $0.66/M output.
OpenRouter already discovers this model dynamically, so no static entry was added. Other static provider catalogs were left unchanged because their providers do not currently expose a verified deployment and provider-specific ID. Full lint, type checks, focused tests, and the 7,950-test Zoo Code suite pass. The delegated visual-proof handoff timed out, so no screenshot evidence is included.
Related PRs