Skip to content

docs: token_usage tokenizer zip bumped from deepseek-v3 to deepseek-v4 - #18

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
docs/sync
Open

docs: token_usage tokenizer zip bumped from deepseek-v3 to deepseek-v4#18
github-actions[bot] wants to merge 1 commit into
mainfrom
docs/sync

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

DeepSeek swapped the offline tokenizer artifact referenced by the Token & Token Usage guide from deepseek_v3_tokenizer.zip to deepseek_v4_tokenizer.zip. This matters because that zip is what developers download to compute offline token counts for billing estimation — the v3 and v4 tokenizers use different tokenization methods, so anyone estimating tokens against the current v4 models with the old package would get incorrect counts. The change is an upstream signal that the v4 tokenizer is now the canonical reference, and it applies to both the English and Chinese mirror of the page.

  • Tokenizer artifact URL in content/en/quick_start/token_usage.md and content/zh-cn/quick_start/token_usage.md changed from deepseek_v3_tokenizer.zip to deepseek_v4_tokenizer.zip — developers caching or hotlinking the old zip should re-download, and offline token-count scripts should be re-validated against the v4 tokenizer.
  • content/.metadata.json now records that the news250120 page (DeepSeek-R1 Release) served a fallback SPA shell instead of real content — that news page appears unfetchable in this snapshot, so any links into it may be stale; worth re-fetching/verifying separately.
  • fetched: date bumped to 2026-08-28 across the touched pages; llms-full.txt mirrors the tokenizer change.

DeepSeek swapped the offline tokenizer artifact referenced by the Token & Token Usage guide from `deepseek_v3_tokenizer.zip` to `deepseek_v4_tokenizer.zip`. This matters because that zip is what developers download to compute offline token counts for billing estimation — the v3 and v4 tokenizers use different tokenization methods, so anyone estimating tokens against the current v4 models with the old package would get incorrect counts. The change is an upstream signal that the v4 tokenizer is now the canonical reference, and it applies to both the English and Chinese mirror of the page.

- Tokenizer artifact URL in `content/en/quick_start/token_usage.md` and `content/zh-cn/quick_start/token_usage.md` changed from `deepseek_v3_tokenizer.zip` to `deepseek_v4_tokenizer.zip` — developers caching or hotlinking the old zip should re-download, and offline token-count scripts should be re-validated against the v4 tokenizer.
- `content/.metadata.json` now records that the `news250120` page (DeepSeek-R1 Release) served a fallback SPA shell instead of real content — that news page appears unfetchable in this snapshot, so any links into it may be stale; worth re-fetching/verifying separately.
- `fetched:` date bumped to 2026-08-28 across the touched pages; `llms-full.txt` mirrors the tokenizer change.
@github-actions github-actions Bot changed the title docs: Offline tokenizer zip bumped to v4 in token_usage docs docs: token_usage tokenizer zip bumped from deepseek-v3 to deepseek-v4 Aug 28, 2026
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.

0 participants