Skip to content

feat: add GPT-5.4 and GPT-5.4 Pro to OpenRouter models#140

Open
ProfSynapse wants to merge 1 commit into
mainfrom
feat/add-gpt-5.4-openrouter
Open

feat: add GPT-5.4 and GPT-5.4 Pro to OpenRouter models#140
ProfSynapse wants to merge 1 commit into
mainfrom
feat/add-gpt-5.4-openrouter

Conversation

@ProfSynapse
Copy link
Copy Markdown
Owner

Summary

  • Adds missing GPT-5.4 (base) and GPT-5.4 Pro entries to OpenRouterModels.ts
  • Updates OpenRouter default model from openai/gpt-5.1openai/gpt-5.4
  • Specs verified against OpenAI pricing page and OpenRouter model pages

Details

Model Context Input/M Output/M JSON
GPT-5.4 1,050,000 $2.50 $15.00
GPT-5.4 Pro 1,050,000 $30.00 $180.00

GPT-5.4 Mini and Nano were already present. OpenAI's OpenAIModels.ts already had the full family — no changes needed there.

Test plan

  • npm run build passes (verified locally)
  • OpenRouter model dropdown shows GPT-5.4 and GPT-5.4 Pro
  • Default model selection uses GPT-5.4 for new OpenRouter configs

🤖 Generated with Claude Code

Adds missing GPT-5.4 base ($2.50/$15.00, 1.05M context) and GPT-5.4 Pro
($30/$180, no structured outputs) to OpenRouter model list. Updates default
model from gpt-5.1 to gpt-5.4.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant