Verification note
Checked against the primary artefacts, 21 August 2026The mismatch was traced to the serving layer, not the label. The model's own repository tokenizer, run over the same 50 strings offline, is Llama 3's exactly (50 of 50, vocabulary 128,256), so the catalogue's Llama3 tag is right about the weights. The endpoint's reported token counts tell a different story: they match DeepSeek-V3's repository tokenizer on every string once the template boundary is folded, and the model's own tokenizer on only 18 of 50. The token accounting behind this endpoint uses a DeepSeek vocabulary the model does not read with, which sets what users are billed. Whether that is a billing-side tokenizer configuration or something else about the serving path cannot be established from token counts alone.
DeepSeek-R1-Distill-Llama-70B repository (config.json: vocab_size 128256, LlamaForCausalLM)DeepSeek-V3 repository (config.json: vocab_size 129280)
History
Every observation, kept as taken- 23 January 2025Enters the OpenRouter catalogue declared as Llama3.
- 21 August 2026Fingerprinted in the YFarmX catalogue sweep · 50 of 50 strings measured clean.
- 21 August 2026YFarmX assessment: consistent with the DeepSeek family, high confidence.