From ef65f4a0159dcc692c9eff07d1873bbdfdc8ca64 Mon Sep 17 00:00:00 2001 From: Pascal Garber Date: Sat, 20 Jun 2026 23:24:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=99=20chore:=20drop=20redundant=20voxt?= =?UTF-8?q?ral-small=20token=20pricing=20key=20(#13867)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `voxtral` already matches the versioned id `voxtral-small-24b-2507` via the longest-substring lookup, and both keys carry the same rate, so the separate `voxtral-small` entry is redundant. Follow-up to #13863 per review note. --- packages/data-schemas/src/methods/tx.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/data-schemas/src/methods/tx.ts b/packages/data-schemas/src/methods/tx.ts index a48c7d16a3..37e519baf4 100644 --- a/packages/data-schemas/src/methods/tx.ts +++ b/packages/data-schemas/src/methods/tx.ts @@ -220,7 +220,6 @@ export const tokenValues: Record devstral: { prompt: 0.4, completion: 2.0 }, 'mistral-medium': { prompt: 1.5, completion: 7.5 }, voxtral: { prompt: 0.1, completion: 0.4 }, - 'voxtral-small': { prompt: 0.1, completion: 0.4 }, holo2: { prompt: 0.3, completion: 0.7 }, 'ministral-3b': { prompt: 0.04, completion: 0.04 }, 'ministral-8b': { prompt: 0.1, completion: 0.1 },