chore: remove references of codex models
This commit is contained in:
@@ -49,7 +49,7 @@ See the [Local Models guide](/llm-providers/local) for setup instructions and re
|
||||
Recommended models router with high rate limits.
|
||||
</Card>
|
||||
<Card title="OpenAI" href="/llm-providers/openai">
|
||||
GPT-5 and Codex models.
|
||||
GPT-5 models.
|
||||
</Card>
|
||||
<Card title="Anthropic" href="/llm-providers/anthropic">
|
||||
Claude Opus, Sonnet, and Haiku.
|
||||
|
||||
@@ -37,10 +37,6 @@ STRIX_MODEL_MAP: dict[str, str] = {
|
||||
"gpt-5.2": "openai/gpt-5.2",
|
||||
"gpt-5.1": "openai/gpt-5.1",
|
||||
"gpt-5": "openai/gpt-5",
|
||||
"gpt-5.2-codex": "openai/gpt-5.2-codex",
|
||||
"gpt-5.1-codex-max": "openai/gpt-5.1-codex-max",
|
||||
"gpt-5.1-codex": "openai/gpt-5.1-codex",
|
||||
"gpt-5-codex": "openai/gpt-5-codex",
|
||||
"gemini-3-pro-preview": "gemini/gemini-3-pro-preview",
|
||||
"gemini-3-flash-preview": "gemini/gemini-3-flash-preview",
|
||||
"glm-5": "openrouter/z-ai/glm-5",
|
||||
|
||||
Reference in New Issue
Block a user