mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 20:00:47 +00:00
feat: Add GPT 5.3 Codex to GitHub Copilot (#150)
* Add GPT-5.3 Codex model to providerModels.js * Add pricing constants for gpt-5.3-codex
This commit is contained in:
@@ -458,6 +458,13 @@ export const DEFAULT_PRICING = {
|
||||
reasoning: 30.00,
|
||||
cache_creation: 5.00
|
||||
},
|
||||
"gpt-5.3-codex": {
|
||||
input: 1.75,
|
||||
output: 14.00,
|
||||
cached: 0.175,
|
||||
reasoning: 14.00,
|
||||
cache_creation: 1.75
|
||||
},
|
||||
"claude-haiku-4.5": {
|
||||
input: 0.50,
|
||||
output: 2.50,
|
||||
|
||||
Reference in New Issue
Block a user