[Feat] Add DeepSeek V4 Flash Vision Exp support - #1488
Merged
Conversation
Contributor
Review statusThis PR was opened by an automated account. A human maintainer must verify the change intent, provenance, and validation before merging. Current step: The required review sequence passed. Remaining merge requirements apply. Review-state labels are managed by this workflow; do not edit them manually. |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
…lash-vision-1f1mkf2t5468c
taltas
marked this pull request as ready for review
September 4, 2026 23:15
taltas
requested review from
JamesRobert20,
edelauna,
hannesrudolph,
navedmerchant and
taltas
as code owners
September 4, 2026 23:15
navedmerchant
approved these changes
Sep 4, 2026
This was referenced Sep 5, 2026
Open
8 tasks
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. After merging current
main, full lint and type checks pass, focused suites pass with 144 tests and 1 skipped, and the full Zoo Code suite passes with 8,006 tests and 39 skipped. The delegated visual-proof handoff timed out, so no screenshot evidence is included.Related PRs