chore: remove references of codex models

This commit is contained in:
octovimmer
2026-03-02 16:29:16 -05:00
committed by Ahmed Allam
parent 968cb25cbf
commit 3e8a5c64bb
2 changed files with 1 additions and 5 deletions

View File

@@ -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.

View File

@@ -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",