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:
zx07
2026-02-16 12:31:12 +07:00
committed by GitHub
co-authored by zx
parent 6caef7f552
commit c7d44101b5
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -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)" },