mirror of
https://github.com/decolua/9router.git
synced 2026-05-08 12:01:28 +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:
@@ -17,6 +17,7 @@ export const PROVIDER_MODELS = {
|
||||
{ id: "gpt-5.3-codex-high", name: "GPT 5.3 Codex (High)" },
|
||||
{ id: "gpt-5.3-codex-low", name: "GPT 5.3 Codex (Low)" },
|
||||
{ id: "gpt-5.3-codex-none", name: "GPT 5.3 Codex (None)" },
|
||||
{ id: "gpt-5.3-codex-spark", name: "GPT 5.3 Codex Spark" },
|
||||
// Mini - medium and high only
|
||||
{ id: "gpt-5.1-codex-mini", name: "GPT 5.1 Codex Mini" },
|
||||
{ id: "gpt-5.1-codex-mini-high", name: "GPT 5.1 Codex Mini (High)" },
|
||||
|
||||
@@ -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