feat(i18n): drop "(optional)" from Exa/AnySearch key labels; add DeepSeek V4.1 Flash preview - #165
Closed
tokg-venv wants to merge 1 commit into
Closed
feat(i18n): drop "(optional)" from Exa/AnySearch key labels; add DeepSeek V4.1 Flash preview#165tokg-venv wants to merge 1 commit into
tokg-venv wants to merge 1 commit into
Conversation
…Seek V4.1 Flash preview
Search settings: Exa and AnySearch work without a key at lower rate limits,
but adding a key raises them — the "(optional)" suffix undersold the field.
Removed it from the en/zh labels.
Models: declare deepseek-v4.1-flash-expires-on-0910 ("DeepSeek V4.1 Flash
Preview"), the intermediate-version preview opened 2026-09-08 and expiring
2026-09-10 (the id suffix is the deadline). Native text+image input on the
OpenAI-compatible completions endpoint (the preview has not announced
Responses-API support), 1M context / 384k max output, pricing matches
deepseek-v4-flash, 20 concurrent requests per account, thinkingFormat
"deepseek" with thinkingLevelMap.
Tests: deepseek provider test extended to the preview model.
Contributor
|
Since this model has a very limited product lifetime, we decide to close this PR. |
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
Two independent small changes (specs 0005):
deepseek-v4.1-flash-expires-on-0910("DeepSeek V4.1 Flash Preview") to the DeepSeek provider — native text+image, openai-completions API, 1M context / 384k max output, pricing matchesv4-flash, 20 concurrent requests, thinkingFormat "deepseek" with thinkingLevelMap. It is a preview model that expires 2026-09-10.Test plan
bun test packages/runtime/tests/models/providers/deepseek/— 3 tests pass (catalog shape, pricing, thinking mapping).bun run typecheck:changed/bun run lint:changedclean.