mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 20:00:47 +00:00
feat: add support for GLM 5 (if) (#123)
(cherry picked from commit e26d65aa55726e330f6806aa1abfe05ac6801619) Co-authored-by: zx <me@char.moe>
This commit is contained in:
@@ -218,6 +218,13 @@ export const DEFAULT_PRICING = {
|
||||
cached: 0.375,
|
||||
reasoning: 4.50,
|
||||
cache_creation: 0.75
|
||||
},
|
||||
"glm-5": {
|
||||
input: 1.00,
|
||||
output: 4.00,
|
||||
cached: 0.50,
|
||||
reasoning: 6.00,
|
||||
cache_creation: 1.00
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user