mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 20:00:47 +00:00
feat: add GPT 5.3 Codex Spark model to pricing and provider models (#133)
Co-authored-by: zx <me@char.moe>
This commit is contained in:
@@ -74,6 +74,13 @@ export const DEFAULT_PRICING = {
|
||||
reasoning: 18.00,
|
||||
cache_creation: 3.00
|
||||
},
|
||||
"gpt-5.3-codex-spark": {
|
||||
input: 3.00,
|
||||
output: 12.00,
|
||||
cached: 0.30,
|
||||
reasoning: 12.00,
|
||||
cache_creation: 3.00
|
||||
},
|
||||
"gpt-5.2-codex": {
|
||||
input: 5.00,
|
||||
output: 20.00,
|
||||
|
||||
Reference in New Issue
Block a user