mirror of
https://github.com/patriceckhart/zot.git
synced 2026-06-26 21:36:31 +02:00
Remove stale OpenAI Codex model entries
This commit is contained in:
parent
4dffc8529b
commit
95a36c270e
1 changed files with 0 additions and 12 deletions
|
|
@ -292,18 +292,6 @@ var Catalog = []Model{
|
|||
// ---- OpenAI Codex / ChatGPT subscription backend ----
|
||||
// Same model ids as the OpenAI family, but routed through the
|
||||
// ChatGPT Codex OAuth backend rather than api.openai.com.
|
||||
{
|
||||
Provider: "openai-codex", ID: "gpt-5.2", DisplayName: "GPT-5.2",
|
||||
ContextWindow: 272000, MaxOutput: 128000, Reasoning: true,
|
||||
PriceInput: 1.75, PriceOutput: 14, PriceCacheRead: 0.175,
|
||||
Speculative: true,
|
||||
},
|
||||
{
|
||||
Provider: "openai-codex", ID: "gpt-5.3-codex", DisplayName: "GPT-5.3 Codex",
|
||||
ContextWindow: 272000, MaxOutput: 128000, Reasoning: true,
|
||||
PriceInput: 1.75, PriceOutput: 14, PriceCacheRead: 0.175,
|
||||
Speculative: true,
|
||||
},
|
||||
{
|
||||
Provider: "openai-codex", ID: "gpt-5.3-codex-spark", DisplayName: "GPT-5.3 Codex Spark",
|
||||
ContextWindow: 272000, MaxOutput: 128000, Reasoning: true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue