[sgl-router] Add Kimi-K3 rendering with SGLang parity (#40390)

Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
Kan Wu
2026-09-21 17:38:49 +08:00
committed by GitHub
co-authored by Claude Fable 5.1
parent b86a30afba
commit 2016f5e7a1
16 changed files with 473 additions and 49 deletions
@@ -0,0 +1,19 @@
{
"added_tokens_decoder": {
"308": {"content": "[BOS]"},
"309": {"content": "[EOS]"},
"310": {"content": "<|end_of_msg|>"},
"311": {"content": "<|open|>"},
"312": {"content": "<|close|>"},
"313": {"content": "<|sep|>"},
"329": {"content": "<|media_pad|>"},
"562": {"content": "[UNK]"},
"563": {"content": "[PAD]"}
},
"bos_token": "[BOS]",
"eos_token": "[EOS]",
"pad_token": "[PAD]",
"unk_token": "[UNK]",
"additional_special_tokens": ["<|end_of_msg|>"],
"tokenizer_class": "TikTokenTokenizer"
}