🪙 chore: drop redundant voxtral-small token pricing key (#13867)
Some checks are pending
Docker Dev Images Build / build (Dockerfile, librechat-dev, node) (push) Waiting to run
Docker Dev Images Build / build (Dockerfile.multi, librechat-dev-api, api-build) (push) Waiting to run
GitNexus Index / index (push) Waiting to run
GitNexus Index / post-index (push) Blocked by required conditions
Sync Locize Translations & Create Translation PR / Sync Translation Keys with Locize (push) Waiting to run
Sync Locize Translations & Create Translation PR / Create Translation PR on Version Published (push) Blocked by required conditions
Sync Helm Chart Tags / Ignore non-main push (push) Waiting to run
Sync Helm Chart Tags / Sync chart tags (push) Waiting to run

`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.
This commit is contained in:
Pascal Garber 2026-06-20 23:24:21 +02:00 committed by GitHub
parent c9180d1ad6
commit ef65f4a015
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -220,7 +220,6 @@ export const tokenValues: Record<string, { prompt: number; completion: number }>
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 },