mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-07-27 09:55:13 +00:00
fix(pricing): restore Mythos 5 pricing dropped by gap-fill cleanup
Mythos 5 ($10/$50) is not in LiteLLM or the models.dev/OpenRouter gap-fill yet (Fable is), so dropping the manual patch left it priced at $0. Add it to MANUAL_ENTRIES + the snapshot and map the "Mythos 5" display name.
This commit is contained in:
parent
a2e18d79e7
commit
f4fd6a1640
3 changed files with 5 additions and 2 deletions
|
|
@ -42,6 +42,8 @@ const MANUAL_ENTRIES = {
|
|||
// LiteLLM PR #27056 is not merged yet. Source: https://api-docs.deepseek.com/quick_start/pricing
|
||||
'deepseek-v4-flash': [1.4e-7, 2.8e-7, 0, 2.8e-9],
|
||||
'deepseek-v4-pro': [4.35e-7, 8.7e-7, 0, 3.625e-9],
|
||||
// Mythos 5 launch pricing; not yet in LiteLLM or the models.dev/OpenRouter gap-fill (Fable is).
|
||||
'claude-mythos-5': [10e-6, 50e-6, 12.5e-6, 1e-6],
|
||||
}
|
||||
|
||||
const snapshot = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue